Html Css Color HEX #EE429F Wild Strawberry

📋 copy color: '#EE429F'

red 238 ◦ green 66 ◦ blue 159

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

Shades of Wild Strawberry #EE429F

Tints of Wild Strawberry #EE429F

RGB

 RED value IS 238 (93.36% from 255) = 51.4%

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

 BLUE value IS 159 (62.5% from 255) = 34.34%

R = 51.4%
G = 14.25%
B = 34.34%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.33

 K value IS 0.07

RGB Variations

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

Color information

#EE429F (or 0xEE429F) is known color: Wild Strawberry. HEX triplet: EE, 42 and 9F. RGB value is (238,66,159). Sum of RGB (Red+Green+Blue) = 238+66+159=463 (61% of max value = 765). Red value is 238 (93.36% from 255 or 51.40% from 463); Green value is 66 (26.17% from 255 or 14.25% from 463); Blue value is 159 (62.5% from 255 or 34.34% from 463); Max value from RGB is 238 - color contains mainly: red. Hex color #EE429F is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EE429F is #11BD60. Grayscale: #7F7F7F. Windows color (decimal): -1162593 or 10437358. OLE color: 10437358.

HSL color Cylindrical-coordinate representation of color #EE429F: hue angle of 327.56º degrees, saturation: 0.83, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #EE429F is Cyan = 0, Magento = 0.72, Yellow = 0.33 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 66 159 -
CMYK 0 0.72 0.33 0.07
HSL 327.56º 0.83% 0.6% -
HSV(B) 327.56º 0.72% 0.93% -
XYZ 43.47 24.58 35.25 -
YUV 128.03 145.48 206.44 -
System Red Green Blue C M Y K H S L
Decimal 238 66 159 0 0.72 0.33 0.07 327.56 0.83 0.6
Hex EE 42 9F 0 48 21 7 148 53 3C
Octal 356 102 237 0 110 41 7 510 123 74
Binary 11101110 1000010 10011111 0 1001000 100001 111 101001000 1010011 111100

Color Harmonies of #EE429F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE429F

Black with #EE429F

Text Example


Text Example

White with #EE429F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE429F; }

 p { color: rgb(238,66,159); }

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

background-color css

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

 a { background-color: rgb(238,66,159); }

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

border-color css

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

 span { border-color: rgb(238,66,159); }

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