Html Css Color HEX #EC31A8 Persian Rose

📋 copy color: '#EC31A8'

red 236 ◦ green 49 ◦ blue 168

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

Shades of Persian Rose #EC31A8

Tints of Persian Rose #EC31A8

RGB

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

 GREEN value IS 49 (19.53% from 255) = 10.82%

 BLUE value IS 168 (66.02% from 255) = 37.09%

R = 52.1%
G = 10.82%
B = 37.09%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.29

 K value IS 0.07

RGB Variations

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

Color information

#EC31A8 (or 0xEC31A8) is known color: Persian Rose. HEX triplet: EC, 31 and A8. RGB value is (236,49,168). Sum of RGB (Red+Green+Blue) = 236+49+168=453 (60% of max value = 765). Red value is 236 (92.58% from 255 or 52.10% from 453); Green value is 49 (19.53% from 255 or 10.82% from 453); Blue value is 168 (66.02% from 255 or 37.09% from 453); Max value from RGB is 236 - color contains mainly: red. Hex color #EC31A8 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC31A8 is #13CE57. Grayscale: #767676. Windows color (decimal): -1298008 or 11022828. OLE color: 11022828.

HSL color Cylindrical-coordinate representation of color #EC31A8: hue angle of 321.82º degrees, saturation: 0.83, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #EC31A8 is Cyan = 0, Magento = 0.79, Yellow = 0.29 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 49 168 -
CMYK 0 0.79 0.29 0.07
HSL 321.82º 0.83% 0.56% -
HSV(B) 321.82º 0.79% 0.93% -
XYZ 42.76 22.86 39.2 -
YUV 118.48 155.95 211.82 -
System Red Green Blue C M Y K H S L
Decimal 236 49 168 0 0.79 0.29 0.07 321.82 0.83 0.56
Hex EC 31 A8 0 4F 1D 7 142 53 38
Octal 354 61 250 0 117 35 7 502 123 70
Binary 11101100 110001 10101000 0 1001111 11101 111 101000010 1010011 111000

Color Harmonies of #EC31A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC31A8

Black with #EC31A8

Text Example


Text Example

White with #EC31A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC31A8; }

 p { color: rgb(236,49,168); }

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

background-color css

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

 a { background-color: rgb(236,49,168); }

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

border-color css

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

 span { border-color: rgb(236,49,168); }

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