Html Css Color HEX #EA42A6 Wild Strawberry

📋 copy color: '#EA42A6'

red 234 ◦ green 66 ◦ blue 166

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

Shades of Wild Strawberry #EA42A6

Tints of Wild Strawberry #EA42A6

RGB

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

 GREEN value IS 66 (26.17% from 255) = 14.16%

 BLUE value IS 166 (65.23% from 255) = 35.62%

R = 50.21%
G = 14.16%
B = 35.62%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.29

 K value IS 0.08

RGB Variations

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

Color information

#EA42A6 (or 0xEA42A6) is known color: Wild Strawberry. HEX triplet: EA, 42 and A6. RGB value is (234,66,166). Sum of RGB (Red+Green+Blue) = 234+66+166=466 (61% of max value = 765). Red value is 234 (91.80% from 255 or 50.21% from 466); Green value is 66 (26.17% from 255 or 14.16% from 466); Blue value is 166 (65.23% from 255 or 35.62% from 466); Max value from RGB is 234 - color contains mainly: red. Hex color #EA42A6 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EA42A6 is #15BD59. Grayscale: #7F7F7F. Windows color (decimal): -1424730 or 10896106. OLE color: 10896106.

HSL color Cylindrical-coordinate representation of color #EA42A6: hue angle of 324.29º degrees, saturation: 0.8, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #EA42A6 is Cyan = 0, Magento = 0.72, Yellow = 0.29 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 66 166 -
CMYK 0 0.72 0.29 0.08
HSL 324.29º 0.8% 0.59% -
HSV(B) 324.29º 0.72% 0.92% -
XYZ 42.76 24.14 38.48 -
YUV 127.63 149.66 203.87 -
System Red Green Blue C M Y K H S L
Decimal 234 66 166 0 0.72 0.29 0.08 324.29 0.8 0.59
Hex EA 42 A6 0 48 1D 8 144 50 3B
Octal 352 102 246 0 110 35 10 504 120 73
Binary 11101010 1000010 10100110 0 1001000 11101 1000 101000100 1010000 111011

Color Harmonies of #EA42A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA42A6

Black with #EA42A6

Text Example


Text Example

White with #EA42A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA42A6; }

 p { color: rgb(234,66,166); }

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

background-color css

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

 a { background-color: rgb(234,66,166); }

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

border-color css

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

 span { border-color: rgb(234,66,166); }

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