Html Css Color HEX #EC3EB2 Persian Rose

📋 copy color: '#EC3EB2'

red 236 ◦ green 62 ◦ blue 178

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

Shades of Persian Rose #EC3EB2

Tints of Persian Rose #EC3EB2

RGB

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

 GREEN value IS 62 (24.61% from 255) = 13.03%

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

R = 49.58%
G = 13.03%
B = 37.39%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.25

 K value IS 0.07

RGB Variations

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

Color information

#EC3EB2 (or 0xEC3EB2) is known color: Persian Rose. HEX triplet: EC, 3E and B2. RGB value is (236,62,178). Sum of RGB (Red+Green+Blue) = 236+62+178=476 (63% of max value = 765). Red value is 236 (92.58% from 255 or 49.58% from 476); Green value is 62 (24.61% from 255 or 13.03% from 476); Blue value is 178 (69.92% from 255 or 37.39% from 476); Max value from RGB is 236 - color contains mainly: red. Hex color #EC3EB2 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC3EB2 is #13C14D. Grayscale: #7E7E7E. Windows color (decimal): -1294670 or 11681516. OLE color: 11681516.

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

Color convert

RGB 236 62 178 -
CMYK 0 0.74 0.25 0.07
HSL 320º 0.82% 0.58% -
HSV(B) 320º 0.74% 0.93% -
XYZ 44.35 24.49 44.51 -
YUV 127.25 156.65 205.57 -
System Red Green Blue C M Y K H S L
Decimal 236 62 178 0 0.74 0.25 0.07 320 0.82 0.58
Hex EC 3E B2 0 4A 19 7 140 52 3A
Octal 354 76 262 0 112 31 7 500 122 72
Binary 11101100 111110 10110010 0 1001010 11001 111 101000000 1010010 111010

Color Harmonies of #EC3EB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC3EB2

Black with #EC3EB2

Text Example


Text Example

White with #EC3EB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC3EB2; }

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

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

background-color css

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

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

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

border-color css

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

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

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