Html Css Color HEX #EA429E Wild Strawberry

📋 copy color: '#EA429E'

red 234 ◦ green 66 ◦ blue 158

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

Shades of Wild Strawberry #EA429E

Tints of Wild Strawberry #EA429E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 34.5%

R = 51.09%
G = 14.41%
B = 34.5%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.32

 K value IS 0.08

RGB Variations

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

Color information

#EA429E (or 0xEA429E) is known color: Wild Strawberry. HEX triplet: EA, 42 and 9E. RGB value is (234,66,158). Sum of RGB (Red+Green+Blue) = 234+66+158=458 (60% of max value = 765). Red value is 234 (91.80% from 255 or 51.09% from 458); Green value is 66 (26.17% from 255 or 14.41% from 458); Blue value is 158 (62.11% from 255 or 34.50% from 458); Max value from RGB is 234 - color contains mainly: red. Hex color #EA429E is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EA429E is #15BD61. Grayscale: #7E7E7E. Windows color (decimal): -1424738 or 10371818. OLE color: 10371818.

HSL color Cylindrical-coordinate representation of color #EA429E: hue angle of 327.14º 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 #EA429E is Cyan = 0, Magento = 0.72, Yellow = 0.32 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 66 158 -
CMYK 0 0.72 0.32 0.08
HSL 327.14º 0.8% 0.59% -
HSV(B) 327.14º 0.72% 0.92% -
XYZ 42.05 23.86 34.74 -
YUV 126.72 145.66 204.52 -
System Red Green Blue C M Y K H S L
Decimal 234 66 158 0 0.72 0.32 0.08 327.14 0.8 0.59
Hex EA 42 9E 0 48 20 8 147 50 3B
Octal 352 102 236 0 110 40 10 507 120 73
Binary 11101010 1000010 10011110 0 1001000 100000 1000 101000111 1010000 111011

Color Harmonies of #EA429E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA429E

Black with #EA429E

Text Example


Text Example

White with #EA429E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA429E; }

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

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

background-color css

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

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

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

border-color css

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

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

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