Html Css Color HEX #EC2D97 Wild Strawberry

📋 copy color: '#EC2D97'

red 236 ◦ green 45 ◦ blue 151

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

Shades of Wild Strawberry #EC2D97

Tints of Wild Strawberry #EC2D97

RGB

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

 GREEN value IS 45 (17.97% from 255) = 10.42%

 BLUE value IS 151 (59.38% from 255) = 34.95%

R = 54.63%
G = 10.42%
B = 34.95%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.36

 K value IS 0.07

RGB Variations

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

Color information

#EC2D97 (or 0xEC2D97) is known color: Wild Strawberry. HEX triplet: EC, 2D and 97. RGB value is (236,45,151). Sum of RGB (Red+Green+Blue) = 236+45+151=432 (57% of max value = 765). Red value is 236 (92.58% from 255 or 54.63% from 432); Green value is 45 (17.97% from 255 or 10.42% from 432); Blue value is 151 (59.38% from 255 or 34.95% from 432); Max value from RGB is 236 - color contains mainly: red. Hex color #EC2D97 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC2D97 is #13D268. Grayscale: #717171. Windows color (decimal): -1299049 or 9907692. OLE color: 9907692.

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

Color convert

RGB 236 45 151 -
CMYK 0 0.81 0.36 0.07
HSL 326.7º 0.83% 0.55% -
HSV(B) 326.7º 0.81% 0.93% -
XYZ 41.12 21.94 31.35 -
YUV 114.19 148.78 214.88 -
System Red Green Blue C M Y K H S L
Decimal 236 45 151 0 0.81 0.36 0.07 326.7 0.83 0.55
Hex EC 2D 97 0 51 24 7 147 53 37
Octal 354 55 227 0 121 44 7 507 123 67
Binary 11101100 101101 10010111 0 1010001 100100 111 101000111 1010011 110111

Color Harmonies of #EC2D97

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC2D97

Black with #EC2D97

Text Example


Text Example

White with #EC2D97

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC2D97; }

 p { color: rgb(236,45,151); }

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

background-color css

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

 a { background-color: rgb(236,45,151); }

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

border-color css

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

 span { border-color: rgb(236,45,151); }

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