Html Css Color HEX #EC3E98 Wild Strawberry

📋 copy color: '#EC3E98'

red 236 ◦ green 62 ◦ blue 152

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

Shades of Wild Strawberry #EC3E98

Tints of Wild Strawberry #EC3E98

RGB

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

 GREEN value IS 62 (24.61% from 255) = 13.78%

 BLUE value IS 152 (59.77% from 255) = 33.78%

R = 52.44%
G = 13.78%
B = 33.78%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.36

 K value IS 0.07

RGB Variations

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

Color information

#EC3E98 (or 0xEC3E98) is known color: Wild Strawberry. HEX triplet: EC, 3E and 98. RGB value is (236,62,152). Sum of RGB (Red+Green+Blue) = 236+62+152=450 (59% of max value = 765). Red value is 236 (92.58% from 255 or 52.44% from 450); Green value is 62 (24.61% from 255 or 13.78% from 450); Blue value is 152 (59.77% from 255 or 33.78% from 450); Max value from RGB is 236 - color contains mainly: red. Hex color #EC3E98 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC3E98 is #13C167. Grayscale: #7C7C7C. Windows color (decimal): -1294696 or 9977580. OLE color: 9977580.

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

Color convert

RGB 236 62 152 -
CMYK 0 0.74 0.36 0.07
HSL 328.97º 0.82% 0.58% -
HSV(B) 328.97º 0.74% 0.93% -
XYZ 41.98 23.55 32.04 -
YUV 124.29 143.65 207.68 -
System Red Green Blue C M Y K H S L
Decimal 236 62 152 0 0.74 0.36 0.07 328.97 0.82 0.58
Hex EC 3E 98 0 4A 24 7 149 52 3A
Octal 354 76 230 0 112 44 7 511 122 72
Binary 11101100 111110 10011000 0 1001010 100100 111 101001001 1010010 111010

Color Harmonies of #EC3E98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC3E98

Black with #EC3E98

Text Example


Text Example

White with #EC3E98

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC3E98; }

 p { color: rgb(236,62,152); }

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

background-color css

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

 a { background-color: rgb(236,62,152); }

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

border-color css

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

 span { border-color: rgb(236,62,152); }

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