Html Css Color HEX #EC259D Persian Rose

📋 copy color: '#EC259D'

red 236 ◦ green 37 ◦ blue 157

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

Shades of Persian Rose #EC259D

Tints of Persian Rose #EC259D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 36.51%

R = 54.88%
G = 8.6%
B = 36.51%

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

#EC259D (or 0xEC259D) is known color: Persian Rose. HEX triplet: EC, 25 and 9D. RGB value is (236,37,157). Sum of RGB (Red+Green+Blue) = 236+37+157=430 (56% of max value = 765). Red value is 236 (92.58% from 255 or 54.88% from 430); Green value is 37 (14.84% from 255 or 8.60% from 430); Blue value is 157 (61.72% from 255 or 36.51% from 430); Max value from RGB is 236 - color contains mainly: red. Hex color #EC259D is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC259D is #13DA62. Grayscale: #6D6D6D. Windows color (decimal): -1301091 or 10298860. OLE color: 10298860.

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

Color convert

RGB 236 37 157 -
CMYK 0 0.84 0.33 0.07
HSL 323.82º 0.84% 0.54% -
HSV(B) 323.82º 0.84% 0.93% -
XYZ 41.34 21.59 33.89 -
YUV 110.18 154.43 217.74 -
System Red Green Blue C M Y K H S L
Decimal 236 37 157 0 0.84 0.33 0.07 323.82 0.84 0.54
Hex EC 25 9D 0 54 21 7 144 54 36
Octal 354 45 235 0 124 41 7 504 124 66
Binary 11101100 100101 10011101 0 1010100 100001 111 101000100 1010100 110110

Color Harmonies of #EC259D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC259D

Black with #EC259D

Text Example


Text Example

White with #EC259D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC259D; }

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

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

background-color css

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

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

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

border-color css

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

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

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