Html Css Color HEX #EC2D9A Persian Rose

📋 copy color: '#EC2D9A'

red 236 ◦ green 45 ◦ blue 154

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

Shades of Persian Rose #EC2D9A

Tints of Persian Rose #EC2D9A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 35.4%

R = 54.25%
G = 10.34%
B = 35.4%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.35

 K value IS 0.07

RGB Variations

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

Color information

#EC2D9A (or 0xEC2D9A) is known color: Persian Rose. HEX triplet: EC, 2D and 9A. RGB value is (236,45,154). Sum of RGB (Red+Green+Blue) = 236+45+154=435 (57% of max value = 765). Red value is 236 (92.58% from 255 or 54.25% from 435); Green value is 45 (17.97% from 255 or 10.34% from 435); Blue value is 154 (60.55% from 255 or 35.40% from 435); Max value from RGB is 236 - color contains mainly: red. Hex color #EC2D9A is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC2D9A is #13D265. Grayscale: #727272. Windows color (decimal): -1299046 or 10104300. OLE color: 10104300.

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

Color convert

RGB 236 45 154 -
CMYK 0 0.81 0.35 0.07
HSL 325.76º 0.83% 0.55% -
HSV(B) 325.76º 0.81% 0.93% -
XYZ 41.36 22.04 32.65 -
YUV 114.54 150.28 214.64 -
System Red Green Blue C M Y K H S L
Decimal 236 45 154 0 0.81 0.35 0.07 325.76 0.83 0.55
Hex EC 2D 9A 0 51 23 7 146 53 37
Octal 354 55 232 0 121 43 7 506 123 67
Binary 11101100 101101 10011010 0 1010001 100011 111 101000110 1010011 110111

Color Harmonies of #EC2D9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC2D9A

Black with #EC2D9A

Text Example


Text Example

White with #EC2D9A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC2D9A; }

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

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

background-color css

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

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

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

border-color css

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

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

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