Html Css Color HEX #EE419E Wild Strawberry

📋 copy color: '#EE419E'

red 238 ◦ green 65 ◦ blue 158

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

Shades of Wild Strawberry #EE419E

Tints of Wild Strawberry #EE419E

RGB

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

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

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

R = 51.63%
G = 14.1%
B = 34.27%

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

#EE419E (or 0xEE419E) is known color: Wild Strawberry. HEX triplet: EE, 41 and 9E. RGB value is (238,65,158). Sum of RGB (Red+Green+Blue) = 238+65+158=461 (61% of max value = 765). Red value is 238 (93.36% from 255 or 51.63% from 461); Green value is 65 (25.78% from 255 or 14.10% from 461); Blue value is 158 (62.11% from 255 or 34.27% from 461); Max value from RGB is 238 - color contains mainly: red. Hex color #EE419E is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EE419E is #11BE61. Grayscale: #7F7F7F. Windows color (decimal): -1162850 or 10371566. OLE color: 10371566.

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

Color convert

RGB 238 65 158 -
CMYK 0 0.73 0.34 0.07
HSL 327.75º 0.84% 0.59% -
HSV(B) 327.75º 0.73% 0.93% -
XYZ 43.32 24.43 34.78 -
YUV 127.33 145.31 206.94 -
System Red Green Blue C M Y K H S L
Decimal 238 65 158 0 0.73 0.34 0.07 327.75 0.84 0.59
Hex EE 41 9E 0 49 22 7 148 54 3B
Octal 356 101 236 0 111 42 7 510 124 73
Binary 11101110 1000001 10011110 0 1001001 100010 111 101001000 1010100 111011

Color Harmonies of #EE419E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE419E

Black with #EE419E

Text Example


Text Example

White with #EE419E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE419E; }

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

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

background-color css

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

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

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

border-color css

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

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

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