Html Css Color HEX #EA65FB Heliotrope

📋 copy color: '#EA65FB'

red 234 ◦ green 101 ◦ blue 251

#EA65FB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Heliotrope #EA65FB

Tints of Heliotrope #EA65FB

RGB

 RED value IS 234 (91.8% from 255) = 39.93%

 GREEN value IS 101 (39.84% from 255) = 17.24%

 BLUE value IS 251 (98.44% from 255) = 42.83%

R = 39.93%
G = 17.24%
B = 42.83%

CMYK

 C value IS 0.07

 M value IS 0.60

 Y value IS 0

 K value IS 0.02

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#EA65FB (or 0xEA65FB) is known color: Heliotrope. HEX triplet: EA, 65 and FB. RGB value is (234,101,251). Sum of RGB (Red+Green+Blue) = 234+101+251=586 (77% of max value = 765). Red value is 234 (91.80% from 255 or 39.93% from 586); Green value is 101 (39.84% from 255 or 17.24% from 586); Blue value is 251 (98.44% from 255 or 42.83% from 586); Max value from RGB is 251 - color contains mainly: blue. Hex color #EA65FB is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EA65FB is #159A04. Grayscale: #9D9D9D. Windows color (decimal): -1415685 or 16475626. OLE color: 16475626.

HSL color Cylindrical-coordinate representation of color #EA65FB: hue angle of 293.2º degrees, saturation: 0.95, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #EA65FB is Cyan = 0.07, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 234 101 251 -
CMYK 0.07 0.60 0 0.02
HSL 293.2º 0.95% 0.69% -
HSV(B) 293.2º 0.6% 0.98% -
XYZ 56 33.76 94.83 -
YUV 157.87 180.56 182.3 -
System Red Green Blue C M Y K H S L
Decimal 234 101 251 0.07 0.60 0 0.02 293.2 0.95 0.69
Hex EA 65 FB 7 3C 0 2 125 5F 45
Octal 352 145 373 7 74 0 2 445 137 105
Binary 11101010 1100101 11111011 111 111100 0 10 100100101 1011111 1000101

Color Harmonies of #EA65FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA65FB

Black with #EA65FB

Text Example


Text Example

White with #EA65FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA65FB; }

 p { color: rgb(234,101,251); }

 H1.HeaderClassName
 {
   color: #EA65FB;
 }
 .AnyTagClassName
 {
   color: #EA65FB;
 }
</style>

background-color css

<style>
 a { background-color: #EA65FB; }

 a { background-color: rgb(234,101,251); }

 div.DivClassName
 {
   background-color: #EA65FB;
 }
 .BgClassName
 {
   background-color: #EA65FB;
 }
</style>

border-color css

<style>
 span { border-color: #EA65FB; }

 span { border-color: rgb(234,101,251); }

 td.TdClassName
 {
   border-color: #EA65FB;
 }
 .TagClassName
 {
   border-color: #EA65FB;
 }
</style>