Html Css Color HEX #EC2599 Persian Rose

📋 copy color: '#EC2599'

red 236 ◦ green 37 ◦ blue 153

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

Shades of Persian Rose #EC2599

Tints of Persian Rose #EC2599

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 35.92%

R = 55.4%
G = 8.69%
B = 35.92%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.35

 K value IS 0.07

RGB Variations

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

Color information

#EC2599 (or 0xEC2599) is known color: Persian Rose. HEX triplet: EC, 25 and 99. RGB value is (236,37,153). Sum of RGB (Red+Green+Blue) = 236+37+153=426 (56% of max value = 765). Red value is 236 (92.58% from 255 or 55.40% from 426); Green value is 37 (14.84% from 255 or 8.69% from 426); Blue value is 153 (60.16% from 255 or 35.92% from 426); Max value from RGB is 236 - color contains mainly: red. Hex color #EC2599 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC2599 is #13DA66. Grayscale: #6D6D6D. Windows color (decimal): -1301095 or 10036716. OLE color: 10036716.

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

Color convert

RGB 236 37 153 -
CMYK 0 0.84 0.35 0.07
HSL 325.03º 0.84% 0.54% -
HSV(B) 325.03º 0.84% 0.93% -
XYZ 41 21.46 32.12 -
YUV 109.73 152.43 218.07 -
System Red Green Blue C M Y K H S L
Decimal 236 37 153 0 0.84 0.35 0.07 325.03 0.84 0.54
Hex EC 25 99 0 54 23 7 145 54 36
Octal 354 45 231 0 124 43 7 505 124 66
Binary 11101100 100101 10011001 0 1010100 100011 111 101000101 1010100 110110

Color Harmonies of #EC2599

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC2599

Black with #EC2599

Text Example


Text Example

White with #EC2599

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC2599; }

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

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

background-color css

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

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

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

border-color css

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

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

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