Html Css Color HEX #EC3CAF Persian Rose

📋 copy color: '#EC3CAF'

red 236 ◦ green 60 ◦ blue 175

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

Shades of Persian Rose #EC3CAF

Tints of Persian Rose #EC3CAF

RGB

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

 GREEN value IS 60 (23.83% from 255) = 12.74%

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

R = 50.11%
G = 12.74%
B = 37.15%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.26

 K value IS 0.07

RGB Variations

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

Color information

#EC3CAF (or 0xEC3CAF) is known color: Persian Rose. HEX triplet: EC, 3C and AF. RGB value is (236,60,175). Sum of RGB (Red+Green+Blue) = 236+60+175=471 (62% of max value = 765). Red value is 236 (92.58% from 255 or 50.11% from 471); Green value is 60 (23.83% from 255 or 12.74% from 471); Blue value is 175 (68.75% from 255 or 37.15% from 471); Max value from RGB is 236 - color contains mainly: red. Hex color #EC3CAF is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC3CAF is #13C350. Grayscale: #7D7D7D. Windows color (decimal): -1295185 or 11484396. OLE color: 11484396.

HSL color Cylindrical-coordinate representation of color #EC3CAF: hue angle of 320.8º degrees, saturation: 0.82, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #EC3CAF is Cyan = 0, Magento = 0.75, Yellow = 0.26 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 60 175 -
CMYK 0 0.75 0.26 0.07
HSL 320.8º 0.82% 0.58% -
HSV(B) 320.8º 0.75% 0.93% -
XYZ 43.95 24.16 42.9 -
YUV 125.73 155.81 206.65 -
System Red Green Blue C M Y K H S L
Decimal 236 60 175 0 0.75 0.26 0.07 320.8 0.82 0.58
Hex EC 3C AF 0 4B 1A 7 141 52 3A
Octal 354 74 257 0 113 32 7 501 122 72
Binary 11101100 111100 10101111 0 1001011 11010 111 101000001 1010010 111010

Color Harmonies of #EC3CAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC3CAF

Black with #EC3CAF

Text Example


Text Example

White with #EC3CAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC3CAF; }

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

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

background-color css

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

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

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

border-color css

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

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

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