Html Css Color HEX #EC2F96 Wild Strawberry

📋 copy color: '#EC2F96'

red 236 ◦ green 47 ◦ blue 150

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

Shades of Wild Strawberry #EC2F96

Tints of Wild Strawberry #EC2F96

RGB

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

 GREEN value IS 47 (18.75% from 255) = 10.85%

 BLUE value IS 150 (58.98% from 255) = 34.64%

R = 54.5%
G = 10.85%
B = 34.64%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.36

 K value IS 0.07

RGB Variations

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

Color information

#EC2F96 (or 0xEC2F96) is known color: Wild Strawberry. HEX triplet: EC, 2F and 96. RGB value is (236,47,150). Sum of RGB (Red+Green+Blue) = 236+47+150=433 (57% of max value = 765). Red value is 236 (92.58% from 255 or 54.50% from 433); Green value is 47 (18.75% from 255 or 10.85% from 433); Blue value is 150 (58.98% from 255 or 34.64% from 433); Max value from RGB is 236 - color contains mainly: red. Hex color #EC2F96 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC2F96 is #13D069. Grayscale: #737373. Windows color (decimal): -1298538 or 9842668. OLE color: 9842668.

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

Color convert

RGB 236 47 150 -
CMYK 0 0.80 0.36 0.07
HSL 327.3º 0.83% 0.55% -
HSV(B) 327.3º 0.8% 0.93% -
XYZ 41.11 22.07 30.95 -
YUV 115.25 147.62 214.12 -
System Red Green Blue C M Y K H S L
Decimal 236 47 150 0 0.80 0.36 0.07 327.3 0.83 0.55
Hex EC 2F 96 0 50 24 7 147 53 37
Octal 354 57 226 0 120 44 7 507 123 67
Binary 11101100 101111 10010110 0 1010000 100100 111 101000111 1010011 110111

Color Harmonies of #EC2F96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC2F96

Black with #EC2F96

Text Example


Text Example

White with #EC2F96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC2F96; }

 p { color: rgb(236,47,150); }

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

background-color css

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

 a { background-color: rgb(236,47,150); }

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

border-color css

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

 span { border-color: rgb(236,47,150); }

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