Html Css Color HEX #EC419E Wild Strawberry

📋 copy color: '#EC419E'

red 236 ◦ green 65 ◦ blue 158

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

Shades of Wild Strawberry #EC419E

Tints of Wild Strawberry #EC419E

RGB

 RED value IS 236 (92.58% from 255) = 51.42%

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

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

R = 51.42%
G = 14.16%
B = 34.42%

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

#EC419E (or 0xEC419E) is known color: Wild Strawberry. HEX triplet: EC, 41 and 9E. RGB value is (236,65,158). Sum of RGB (Red+Green+Blue) = 236+65+158=459 (60% of max value = 765). Red value is 236 (92.58% from 255 or 51.42% from 459); Green value is 65 (25.78% from 255 or 14.16% from 459); Blue value is 158 (62.11% from 255 or 34.42% from 459); Max value from RGB is 236 - color contains mainly: red. Hex color #EC419E is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC419E is #13BE61. Grayscale: #7E7E7E. Windows color (decimal): -1293922 or 10371564. OLE color: 10371564.

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

Color convert

RGB 236 65 158 -
CMYK 0 0.72 0.33 0.07
HSL 327.37º 0.82% 0.59% -
HSV(B) 327.37º 0.72% 0.93% -
XYZ 42.65 24.08 34.75 -
YUV 126.73 145.65 205.94 -
System Red Green Blue C M Y K H S L
Decimal 236 65 158 0 0.72 0.33 0.07 327.37 0.82 0.59
Hex EC 41 9E 0 48 21 7 147 52 3B
Octal 354 101 236 0 110 41 7 507 122 73
Binary 11101100 1000001 10011110 0 1001000 100001 111 101000111 1010010 111011

Color Harmonies of #EC419E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC419E

Black with #EC419E

Text Example


Text Example

White with #EC419E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC419E; }

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

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

background-color css

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

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

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

border-color css

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

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

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