Html Css Color HEX #EC259F Persian Rose

📋 copy color: '#EC259F'

red 236 ◦ green 37 ◦ blue 159

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

Shades of Persian Rose #EC259F

Tints of Persian Rose #EC259F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 36.81%

R = 54.63%
G = 8.56%
B = 36.81%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.33

 K value IS 0.07

RGB Variations

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

Color information

#EC259F (or 0xEC259F) is known color: Persian Rose. HEX triplet: EC, 25 and 9F. RGB value is (236,37,159). Sum of RGB (Red+Green+Blue) = 236+37+159=432 (57% of max value = 765). Red value is 236 (92.58% from 255 or 54.63% from 432); Green value is 37 (14.84% from 255 or 8.56% from 432); Blue value is 159 (62.5% from 255 or 36.81% from 432); Max value from RGB is 236 - color contains mainly: red. Hex color #EC259F is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC259F is #13DA60. Grayscale: #6E6E6E. Windows color (decimal): -1301089 or 10429932. OLE color: 10429932.

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

Color convert

RGB 236 37 159 -
CMYK 0 0.84 0.33 0.07
HSL 323.22º 0.84% 0.54% -
HSV(B) 323.22º 0.84% 0.93% -
XYZ 41.51 21.66 34.79 -
YUV 110.41 155.43 217.58 -
System Red Green Blue C M Y K H S L
Decimal 236 37 159 0 0.84 0.33 0.07 323.22 0.84 0.54
Hex EC 25 9F 0 54 21 7 143 54 36
Octal 354 45 237 0 124 41 7 503 124 66
Binary 11101100 100101 10011111 0 1010100 100001 111 101000011 1010100 110110

Color Harmonies of #EC259F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC259F

Black with #EC259F

Text Example


Text Example

White with #EC259F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC259F; }

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

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

background-color css

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

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

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

border-color css

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

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

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