Html Css Color HEX #EA6BF2 Heliotrope

📋 copy color: '#EA6BF2'

red 234 ◦ green 107 ◦ blue 242

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

Shades of Heliotrope #EA6BF2

Tints of Heliotrope #EA6BF2

RGB

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

 GREEN value IS 107 (42.19% from 255) = 18.35%

 BLUE value IS 242 (94.92% from 255) = 41.51%

R = 40.14%
G = 18.35%
B = 41.51%

CMYK

 C value IS 0.03

 M value IS 0.56

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#EA6BF2 (or 0xEA6BF2) is known color: Heliotrope. HEX triplet: EA, 6B and F2. RGB value is (234,107,242). Sum of RGB (Red+Green+Blue) = 234+107+242=583 (77% of max value = 765). Red value is 234 (91.80% from 255 or 40.14% from 583); Green value is 107 (42.19% from 255 or 18.35% from 583); Blue value is 242 (94.92% from 255 or 41.51% from 583); Max value from RGB is 242 - color contains mainly: blue. Hex color #EA6BF2 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EA6BF2 is #15940D. Grayscale: #9F9F9F. Windows color (decimal): -1414158 or 15887338. OLE color: 15887338.

HSL color Cylindrical-coordinate representation of color #EA6BF2: hue angle of 296.44º degrees, saturation: 0.84, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #EA6BF2 is Cyan = 0.03, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 234 107 242 -
CMYK 0.03 0.56 0 0.05
HSL 296.44º 0.84% 0.68% -
HSV(B) 296.44º 0.56% 0.95% -
XYZ 55.22 34.42 87.74 -
YUV 160.36 174.08 180.52 -
System Red Green Blue C M Y K H S L
Decimal 234 107 242 0.03 0.56 0 0.05 296.44 0.84 0.68
Hex EA 6B F2 3 38 0 5 128 54 44
Octal 352 153 362 3 70 0 5 450 124 104
Binary 11101010 1101011 11110010 11 111000 0 101 100101000 1010100 1000100

Color Harmonies of #EA6BF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA6BF2

Black with #EA6BF2

Text Example


Text Example

White with #EA6BF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA6BF2; }

 p { color: rgb(234,107,242); }

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

background-color css

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

 a { background-color: rgb(234,107,242); }

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

border-color css

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

 span { border-color: rgb(234,107,242); }

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