Html Css Color HEX #EC2FA6 Persian Rose

📋 copy color: '#EC2FA6'

red 236 ◦ green 47 ◦ blue 166

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

Shades of Persian Rose #EC2FA6

Tints of Persian Rose #EC2FA6

RGB

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

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

 BLUE value IS 166 (65.23% from 255) = 36.97%

R = 52.56%
G = 10.47%
B = 36.97%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.30

 K value IS 0.07

RGB Variations

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

Color information

#EC2FA6 (or 0xEC2FA6) is known color: Persian Rose. HEX triplet: EC, 2F and A6. RGB value is (236,47,166). Sum of RGB (Red+Green+Blue) = 236+47+166=449 (59% of max value = 765). Red value is 236 (92.58% from 255 or 52.56% from 449); Green value is 47 (18.75% from 255 or 10.47% from 449); Blue value is 166 (65.23% from 255 or 36.97% from 449); Max value from RGB is 236 - color contains mainly: red. Hex color #EC2FA6 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC2FA6 is #13D059. Grayscale: #747474. Windows color (decimal): -1298522 or 10891244. OLE color: 10891244.

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

Color convert

RGB 236 47 166 -
CMYK 0 0.80 0.30 0.07
HSL 322.22º 0.83% 0.55% -
HSV(B) 322.22º 0.8% 0.93% -
XYZ 42.49 22.62 38.2 -
YUV 117.08 155.62 212.82 -
System Red Green Blue C M Y K H S L
Decimal 236 47 166 0 0.80 0.30 0.07 322.22 0.83 0.55
Hex EC 2F A6 0 50 1E 7 142 53 37
Octal 354 57 246 0 120 36 7 502 123 67
Binary 11101100 101111 10100110 0 1010000 11110 111 101000010 1010011 110111

Color Harmonies of #EC2FA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC2FA6

Black with #EC2FA6

Text Example


Text Example

White with #EC2FA6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC2FA6; }

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

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

background-color css

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

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

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

border-color css

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

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

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