Html Css Color HEX #EE429C Wild Strawberry

📋 copy color: '#EE429C'

red 238 ◦ green 66 ◦ blue 156

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

Shades of Wild Strawberry #EE429C

Tints of Wild Strawberry #EE429C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 33.91%

R = 51.74%
G = 14.35%
B = 33.91%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.34

 K value IS 0.07

RGB Variations

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

Color information

#EE429C (or 0xEE429C) is known color: Wild Strawberry. HEX triplet: EE, 42 and 9C. RGB value is (238,66,156). Sum of RGB (Red+Green+Blue) = 238+66+156=460 (60% of max value = 765). Red value is 238 (93.36% from 255 or 51.74% from 460); Green value is 66 (26.17% from 255 or 14.35% from 460); Blue value is 156 (61.33% from 255 or 33.91% from 460); Max value from RGB is 238 - color contains mainly: red. Hex color #EE429C is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EE429C is #11BD63. Grayscale: #7F7F7F. Windows color (decimal): -1162596 or 10240750. OLE color: 10240750.

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

Color convert

RGB 238 66 156 -
CMYK 0 0.72 0.34 0.07
HSL 328.6º 0.83% 0.6% -
HSV(B) 328.6º 0.72% 0.93% -
XYZ 43.21 24.47 33.9 -
YUV 127.69 143.98 206.68 -
System Red Green Blue C M Y K H S L
Decimal 238 66 156 0 0.72 0.34 0.07 328.6 0.83 0.6
Hex EE 42 9C 0 48 22 7 149 53 3C
Octal 356 102 234 0 110 42 7 511 123 74
Binary 11101110 1000010 10011100 0 1001000 100010 111 101001001 1010011 111100

Color Harmonies of #EE429C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE429C

Black with #EE429C

Text Example


Text Example

White with #EE429C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE429C; }

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

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

background-color css

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

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

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

border-color css

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

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

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