Html Css Color HEX #EC2FA7 Persian Rose

📋 copy color: '#EC2FA7'

red 236 ◦ green 47 ◦ blue 167

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

Shades of Persian Rose #EC2FA7

Tints of Persian Rose #EC2FA7

RGB

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

 GREEN value IS 47 (18.75% from 255) = 10.44%

 BLUE value IS 167 (65.63% from 255) = 37.11%

R = 52.44%
G = 10.44%
B = 37.11%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.29

 K value IS 0.07

RGB Variations

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

Color information

#EC2FA7 (or 0xEC2FA7) is known color: Persian Rose. HEX triplet: EC, 2F and A7. RGB value is (236,47,167). Sum of RGB (Red+Green+Blue) = 236+47+167=450 (59% of max value = 765). Red value is 236 (92.58% from 255 or 52.44% from 450); Green value is 47 (18.75% from 255 or 10.44% from 450); Blue value is 167 (65.62% from 255 or 37.11% from 450); Max value from RGB is 236 - color contains mainly: red. Hex color #EC2FA7 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC2FA7 is #13D058. Grayscale: #747474. Windows color (decimal): -1298521 or 10956780. OLE color: 10956780.

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

Color convert

RGB 236 47 167 -
CMYK 0 0.80 0.29 0.07
HSL 321.9º 0.83% 0.55% -
HSV(B) 321.9º 0.8% 0.93% -
XYZ 42.58 22.66 38.69 -
YUV 117.19 156.12 212.74 -
System Red Green Blue C M Y K H S L
Decimal 236 47 167 0 0.80 0.29 0.07 321.9 0.83 0.55
Hex EC 2F A7 0 50 1D 7 142 53 37
Octal 354 57 247 0 120 35 7 502 123 67
Binary 11101100 101111 10100111 0 1010000 11101 111 101000010 1010011 110111

Color Harmonies of #EC2FA7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC2FA7

Black with #EC2FA7

Text Example


Text Example

White with #EC2FA7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC2FA7; }

 p { color: rgb(236,47,167); }

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

background-color css

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

 a { background-color: rgb(236,47,167); }

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

border-color css

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

 span { border-color: rgb(236,47,167); }

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