Html Css Color HEX #EC25A0 Persian Rose

📋 copy color: '#EC25A0'

red 236 ◦ green 37 ◦ blue 160

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

Shades of Persian Rose #EC25A0

Tints of Persian Rose #EC25A0

RGB

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

 GREEN value IS 37 (14.84% from 255) = 8.55%

 BLUE value IS 160 (62.89% from 255) = 36.95%

R = 54.5%
G = 8.55%
B = 36.95%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.32

 K value IS 0.07

RGB Variations

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

Color information

#EC25A0 (or 0xEC25A0) is known color: Persian Rose. HEX triplet: EC, 25 and A0. RGB value is (236,37,160). Sum of RGB (Red+Green+Blue) = 236+37+160=433 (57% of max value = 765). Red value is 236 (92.58% from 255 or 54.50% from 433); Green value is 37 (14.84% from 255 or 8.55% from 433); Blue value is 160 (62.89% from 255 or 36.95% from 433); Max value from RGB is 236 - color contains mainly: red. Hex color #EC25A0 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC25A0 is #13DA5F. Grayscale: #6E6E6E. Windows color (decimal): -1301088 or 10495468. OLE color: 10495468.

HSL color Cylindrical-coordinate representation of color #EC25A0: hue angle of 322.91º degrees, saturation: 0.84, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #EC25A0 is Cyan = 0, Magento = 0.84, Yellow = 0.32 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 37 160 -
CMYK 0 0.84 0.32 0.07
HSL 322.91º 0.84% 0.54% -
HSV(B) 322.91º 0.84% 0.93% -
XYZ 41.6 21.69 35.25 -
YUV 110.52 155.93 217.5 -
System Red Green Blue C M Y K H S L
Decimal 236 37 160 0 0.84 0.32 0.07 322.91 0.84 0.54
Hex EC 25 A0 0 54 20 7 143 54 36
Octal 354 45 240 0 124 40 7 503 124 66
Binary 11101100 100101 10100000 0 1010100 100000 111 101000011 1010100 110110

Color Harmonies of #EC25A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC25A0

Black with #EC25A0

Text Example


Text Example

White with #EC25A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC25A0; }

 p { color: rgb(236,37,160); }

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

background-color css

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

 a { background-color: rgb(236,37,160); }

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

border-color css

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

 span { border-color: rgb(236,37,160); }

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