Html Css Color HEX #EC31AF Persian Rose

📋 copy color: '#EC31AF'

red 236 ◦ green 49 ◦ blue 175

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

Shades of Persian Rose #EC31AF

Tints of Persian Rose #EC31AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 38.04%

R = 51.3%
G = 10.65%
B = 38.04%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.26

 K value IS 0.07

RGB Variations

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

Color information

#EC31AF (or 0xEC31AF) is known color: Persian Rose. HEX triplet: EC, 31 and AF. RGB value is (236,49,175). Sum of RGB (Red+Green+Blue) = 236+49+175=460 (60% of max value = 765). Red value is 236 (92.58% from 255 or 51.30% from 460); Green value is 49 (19.53% from 255 or 10.65% from 460); Blue value is 175 (68.75% from 255 or 38.04% from 460); Max value from RGB is 236 - color contains mainly: red. Hex color #EC31AF is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC31AF is #13CE50. Grayscale: #767676. Windows color (decimal): -1298001 or 11481580. OLE color: 11481580.

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

Color convert

RGB 236 49 175 -
CMYK 0 0.79 0.26 0.07
HSL 319.57º 0.83% 0.56% -
HSV(B) 319.57º 0.79% 0.93% -
XYZ 43.43 23.12 42.73 -
YUV 119.28 159.45 211.25 -
System Red Green Blue C M Y K H S L
Decimal 236 49 175 0 0.79 0.26 0.07 319.57 0.83 0.56
Hex EC 31 AF 0 4F 1A 7 140 53 38
Octal 354 61 257 0 117 32 7 500 123 70
Binary 11101100 110001 10101111 0 1001111 11010 111 101000000 1010011 111000

Color Harmonies of #EC31AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC31AF

Black with #EC31AF

Text Example


Text Example

White with #EC31AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC31AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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