Html Css Color HEX #EE419D Wild Strawberry

📋 copy color: '#EE419D'

red 238 ◦ green 65 ◦ blue 157

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

Shades of Wild Strawberry #EE419D

Tints of Wild Strawberry #EE419D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 34.13%

R = 51.74%
G = 14.13%
B = 34.13%

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

#EE419D (or 0xEE419D) is known color: Wild Strawberry. HEX triplet: EE, 41 and 9D. RGB value is (238,65,157). Sum of RGB (Red+Green+Blue) = 238+65+157=460 (60% of max value = 765). Red value is 238 (93.36% from 255 or 51.74% from 460); Green value is 65 (25.78% from 255 or 14.13% from 460); Blue value is 157 (61.72% from 255 or 34.13% from 460); Max value from RGB is 238 - color contains mainly: red. Hex color #EE419D is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EE419D is #11BE62. Grayscale: #7F7F7F. Windows color (decimal): -1162851 or 10306030. OLE color: 10306030.

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

Color convert

RGB 238 65 157 -
CMYK 0 0.73 0.34 0.07
HSL 328.09º 0.84% 0.59% -
HSV(B) 328.09º 0.73% 0.93% -
XYZ 43.24 24.39 34.33 -
YUV 127.22 144.81 207.02 -
System Red Green Blue C M Y K H S L
Decimal 238 65 157 0 0.73 0.34 0.07 328.09 0.84 0.59
Hex EE 41 9D 0 49 22 7 148 54 3B
Octal 356 101 235 0 111 42 7 510 124 73
Binary 11101110 1000001 10011101 0 1001001 100010 111 101001000 1010100 111011

Color Harmonies of #EE419D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE419D

Black with #EE419D

Text Example


Text Example

White with #EE419D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE419D; }

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

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

background-color css

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

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

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

border-color css

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

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

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