Html Css Color HEX #EC259C Persian Rose

📋 copy color: '#EC259C'

red 236 ◦ green 37 ◦ blue 156

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

Shades of Persian Rose #EC259C

Tints of Persian Rose #EC259C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 36.36%

R = 55.01%
G = 8.62%
B = 36.36%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.34

 K value IS 0.07

RGB Variations

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

Color information

#EC259C (or 0xEC259C) is known color: Persian Rose. HEX triplet: EC, 25 and 9C. RGB value is (236,37,156). Sum of RGB (Red+Green+Blue) = 236+37+156=429 (56% of max value = 765). Red value is 236 (92.58% from 255 or 55.01% from 429); Green value is 37 (14.84% from 255 or 8.62% from 429); Blue value is 156 (61.33% from 255 or 36.36% from 429); Max value from RGB is 236 - color contains mainly: red. Hex color #EC259C is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC259C is #13DA63. Grayscale: #6D6D6D. Windows color (decimal): -1301092 or 10233324. OLE color: 10233324.

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

Color convert

RGB 236 37 156 -
CMYK 0 0.84 0.34 0.07
HSL 324.12º 0.84% 0.54% -
HSV(B) 324.12º 0.84% 0.93% -
XYZ 41.25 21.56 33.44 -
YUV 110.07 153.93 217.82 -
System Red Green Blue C M Y K H S L
Decimal 236 37 156 0 0.84 0.34 0.07 324.12 0.84 0.54
Hex EC 25 9C 0 54 22 7 144 54 36
Octal 354 45 234 0 124 42 7 504 124 66
Binary 11101100 100101 10011100 0 1010100 100010 111 101000100 1010100 110110

Color Harmonies of #EC259C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC259C

Black with #EC259C

Text Example


Text Example

White with #EC259C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC259C; }

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

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

background-color css

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

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

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

border-color css

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

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

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