Html Css Color HEX #EC429E Wild Strawberry

📋 copy color: '#EC429E'

red 236 ◦ green 66 ◦ blue 158

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

Shades of Wild Strawberry #EC429E

Tints of Wild Strawberry #EC429E

RGB

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

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

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

R = 51.3%
G = 14.35%
B = 34.35%

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

#EC429E (or 0xEC429E) is known color: Wild Strawberry. HEX triplet: EC, 42 and 9E. RGB value is (236,66,158). Sum of RGB (Red+Green+Blue) = 236+66+158=460 (60% of max value = 765). Red value is 236 (92.58% from 255 or 51.30% from 460); Green value is 66 (26.17% from 255 or 14.35% from 460); Blue value is 158 (62.11% from 255 or 34.35% from 460); Max value from RGB is 236 - color contains mainly: red. Hex color #EC429E is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC429E is #13BD61. Grayscale: #7F7F7F. Windows color (decimal): -1293666 or 10371820. OLE color: 10371820.

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

Color convert

RGB 236 66 158 -
CMYK 0 0.72 0.33 0.07
HSL 327.53º 0.82% 0.59% -
HSV(B) 327.53º 0.72% 0.93% -
XYZ 42.71 24.2 34.77 -
YUV 127.32 145.32 205.52 -
System Red Green Blue C M Y K H S L
Decimal 236 66 158 0 0.72 0.33 0.07 327.53 0.82 0.59
Hex EC 42 9E 0 48 21 7 148 52 3B
Octal 354 102 236 0 110 41 7 510 122 73
Binary 11101100 1000010 10011110 0 1001000 100001 111 101001000 1010010 111011

Color Harmonies of #EC429E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC429E

Black with #EC429E

Text Example


Text Example

White with #EC429E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC429E; }

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

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

background-color css

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

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

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

border-color css

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

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

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