Html Css Color HEX #EC3CB2 Persian Rose

📋 copy color: '#EC3CB2'

red 236 ◦ green 60 ◦ blue 178

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

Shades of Persian Rose #EC3CB2

Tints of Persian Rose #EC3CB2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 37.55%

R = 49.79%
G = 12.66%
B = 37.55%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.25

 K value IS 0.07

RGB Variations

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

Color information

#EC3CB2 (or 0xEC3CB2) is known color: Persian Rose. HEX triplet: EC, 3C and B2. RGB value is (236,60,178). Sum of RGB (Red+Green+Blue) = 236+60+178=474 (62% of max value = 765). Red value is 236 (92.58% from 255 or 49.79% from 474); Green value is 60 (23.83% from 255 or 12.66% from 474); Blue value is 178 (69.92% from 255 or 37.55% from 474); Max value from RGB is 236 - color contains mainly: red. Hex color #EC3CB2 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC3CB2 is #13C34D. Grayscale: #7D7D7D. Windows color (decimal): -1295182 or 11681004. OLE color: 11681004.

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

Color convert

RGB 236 60 178 -
CMYK 0 0.75 0.25 0.07
HSL 319.77º 0.82% 0.58% -
HSV(B) 319.77º 0.75% 0.93% -
XYZ 44.24 24.28 44.47 -
YUV 126.08 157.31 206.41 -
System Red Green Blue C M Y K H S L
Decimal 236 60 178 0 0.75 0.25 0.07 319.77 0.82 0.58
Hex EC 3C B2 0 4B 19 7 140 52 3A
Octal 354 74 262 0 113 31 7 500 122 72
Binary 11101100 111100 10110010 0 1001011 11001 111 101000000 1010010 111010

Color Harmonies of #EC3CB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC3CB2

Black with #EC3CB2

Text Example


Text Example

White with #EC3CB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC3CB2; }

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

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

background-color css

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

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

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

border-color css

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

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

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