Html Css Color HEX #EC1F9D Persian Rose

📋 copy color: '#EC1F9D'

red 236 ◦ green 31 ◦ blue 157

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

Shades of Persian Rose #EC1F9D

Tints of Persian Rose #EC1F9D

RGB

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

 GREEN value IS 31 (12.5% from 255) = 7.31%

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

R = 55.66%
G = 7.31%
B = 37.03%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.33

 K value IS 0.07

RGB Variations

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

Color information

#EC1F9D (or 0xEC1F9D) is known color: Persian Rose. HEX triplet: EC, 1F and 9D. RGB value is (236,31,157). Sum of RGB (Red+Green+Blue) = 236+31+157=424 (56% of max value = 765). Red value is 236 (92.58% from 255 or 55.66% from 424); Green value is 31 (12.5% from 255 or 7.31% from 424); Blue value is 157 (61.72% from 255 or 37.03% from 424); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1F9D is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC1F9D is #13E062. Grayscale: #6A6A6A. Windows color (decimal): -1302627 or 10297324. OLE color: 10297324.

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

Color convert

RGB 236 31 157 -
CMYK 0 0.87 0.33 0.07
HSL 323.12º 0.84% 0.52% -
HSV(B) 323.12º 0.87% 0.93% -
XYZ 41.17 21.25 33.83 -
YUV 106.66 156.42 220.25 -
System Red Green Blue C M Y K H S L
Decimal 236 31 157 0 0.87 0.33 0.07 323.12 0.84 0.52
Hex EC 1F 9D 0 57 21 7 143 54 34
Octal 354 37 235 0 127 41 7 503 124 64
Binary 11101100 11111 10011101 0 1010111 100001 111 101000011 1010100 110100

Color Harmonies of #EC1F9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC1F9D

Black with #EC1F9D

Text Example


Text Example

White with #EC1F9D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC1F9D; }

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

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

background-color css

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

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

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

border-color css

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

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

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