Html Css Color HEX #EC2F9C Persian Rose

📋 copy color: '#EC2F9C'

red 236 ◦ green 47 ◦ blue 156

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

Shades of Persian Rose #EC2F9C

Tints of Persian Rose #EC2F9C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 35.54%

R = 53.76%
G = 10.71%
B = 35.54%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.34

 K value IS 0.07

RGB Variations

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

Color information

#EC2F9C (or 0xEC2F9C) is known color: Persian Rose. HEX triplet: EC, 2F and 9C. RGB value is (236,47,156). Sum of RGB (Red+Green+Blue) = 236+47+156=439 (58% of max value = 765). Red value is 236 (92.58% from 255 or 53.76% from 439); Green value is 47 (18.75% from 255 or 10.71% from 439); Blue value is 156 (61.33% from 255 or 35.54% from 439); Max value from RGB is 236 - color contains mainly: red. Hex color #EC2F9C is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC2F9C is #13D063. Grayscale: #737373. Windows color (decimal): -1298532 or 10235884. OLE color: 10235884.

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

Color convert

RGB 236 47 156 -
CMYK 0 0.80 0.34 0.07
HSL 325.4º 0.83% 0.55% -
HSV(B) 325.4º 0.8% 0.93% -
XYZ 41.61 22.27 33.56 -
YUV 115.94 150.62 213.64 -
System Red Green Blue C M Y K H S L
Decimal 236 47 156 0 0.80 0.34 0.07 325.4 0.83 0.55
Hex EC 2F 9C 0 50 22 7 145 53 37
Octal 354 57 234 0 120 42 7 505 123 67
Binary 11101100 101111 10011100 0 1010000 100010 111 101000101 1010011 110111

Color Harmonies of #EC2F9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC2F9C

Black with #EC2F9C

Text Example


Text Example

White with #EC2F9C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC2F9C; }

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

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

background-color css

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

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

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

border-color css

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

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

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