Html Css Color HEX #EC1D9D Persian Rose

📋 copy color: '#EC1D9D'

red 236 ◦ green 29 ◦ blue 157

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

Shades of Persian Rose #EC1D9D

Tints of Persian Rose #EC1D9D

RGB

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

 GREEN value IS 29 (11.72% from 255) = 6.87%

 BLUE value IS 157 (61.72% from 255) = 37.2%

R = 55.92%
G = 6.87%
B = 37.2%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.33

 K value IS 0.07

RGB Variations

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

Color information

#EC1D9D (or 0xEC1D9D) is known color: Persian Rose. HEX triplet: EC, 1D and 9D. RGB value is (236,29,157). Sum of RGB (Red+Green+Blue) = 236+29+157=422 (55% of max value = 765). Red value is 236 (92.58% from 255 or 55.92% from 422); Green value is 29 (11.72% from 255 or 6.87% from 422); Blue value is 157 (61.72% from 255 or 37.20% from 422); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1D9D is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC1D9D is #13E262. Grayscale: #696969. Windows color (decimal): -1303139 or 10296812. OLE color: 10296812.

HSL color Cylindrical-coordinate representation of color #EC1D9D: hue angle of 322.9º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #EC1D9D is Cyan = 0, Magento = 0.88, Yellow = 0.33 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 29 157 -
CMYK 0 0.88 0.33 0.07
HSL 322.9º 0.84% 0.52% -
HSV(B) 322.9º 0.88% 0.93% -
XYZ 41.12 21.15 33.81 -
YUV 105.49 157.08 221.09 -
System Red Green Blue C M Y K H S L
Decimal 236 29 157 0 0.88 0.33 0.07 322.9 0.84 0.52
Hex EC 1D 9D 0 58 21 7 143 54 34
Octal 354 35 235 0 130 41 7 503 124 64
Binary 11101100 11101 10011101 0 1011000 100001 111 101000011 1010100 110100

Color Harmonies of #EC1D9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC1D9D

Black with #EC1D9D

Text Example


Text Example

White with #EC1D9D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC1D9D; }

 p { color: rgb(236,29,157); }

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

background-color css

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

 a { background-color: rgb(236,29,157); }

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

border-color css

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

 span { border-color: rgb(236,29,157); }

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