Html Css Color HEX #EE419C Wild Strawberry

📋 copy color: '#EE419C'

red 238 ◦ green 65 ◦ blue 156

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

Shades of Wild Strawberry #EE419C

Tints of Wild Strawberry #EE419C

RGB

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

 GREEN value IS 65 (25.78% from 255) = 14.16%

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

R = 51.85%
G = 14.16%
B = 33.99%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.34

 K value IS 0.07

RGB Variations

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

Color information

#EE419C (or 0xEE419C) is known color: Wild Strawberry. HEX triplet: EE, 41 and 9C. RGB value is (238,65,156). Sum of RGB (Red+Green+Blue) = 238+65+156=459 (60% of max value = 765). Red value is 238 (93.36% from 255 or 51.85% from 459); Green value is 65 (25.78% from 255 or 14.16% from 459); Blue value is 156 (61.33% from 255 or 33.99% from 459); Max value from RGB is 238 - color contains mainly: red. Hex color #EE419C is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EE419C is #11BE63. Grayscale: #7E7E7E. Windows color (decimal): -1162852 or 10240494. OLE color: 10240494.

HSL color Cylindrical-coordinate representation of color #EE419C: hue angle of 328.44º degrees, saturation: 0.84, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #EE419C is Cyan = 0, Magento = 0.73, Yellow = 0.34 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 65 156 -
CMYK 0 0.73 0.34 0.07
HSL 328.44º 0.84% 0.59% -
HSV(B) 328.44º 0.73% 0.93% -
XYZ 43.15 24.36 33.88 -
YUV 127.1 144.31 207.1 -
System Red Green Blue C M Y K H S L
Decimal 238 65 156 0 0.73 0.34 0.07 328.44 0.84 0.59
Hex EE 41 9C 0 49 22 7 148 54 3B
Octal 356 101 234 0 111 42 7 510 124 73
Binary 11101110 1000001 10011100 0 1001001 100010 111 101001000 1010100 111011

Color Harmonies of #EE419C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE419C

Black with #EE419C

Text Example


Text Example

White with #EE419C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE419C; }

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

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

background-color css

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

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

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

border-color css

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

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

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