Html Css Color HEX #EC259E Persian Rose

📋 copy color: '#EC259E'

red 236 ◦ green 37 ◦ blue 158

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

Shades of Persian Rose #EC259E

Tints of Persian Rose #EC259E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 36.66%

R = 54.76%
G = 8.58%
B = 36.66%

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

#EC259E (or 0xEC259E) is known color: Persian Rose. HEX triplet: EC, 25 and 9E. RGB value is (236,37,158). Sum of RGB (Red+Green+Blue) = 236+37+158=431 (57% of max value = 765). Red value is 236 (92.58% from 255 or 54.76% from 431); Green value is 37 (14.84% from 255 or 8.58% from 431); Blue value is 158 (62.11% from 255 or 36.66% from 431); Max value from RGB is 236 - color contains mainly: red. Hex color #EC259E is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC259E is #13DA61. Grayscale: #6E6E6E. Windows color (decimal): -1301090 or 10364396. OLE color: 10364396.

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

Color convert

RGB 236 37 158 -
CMYK 0 0.84 0.33 0.07
HSL 323.52º 0.84% 0.54% -
HSV(B) 323.52º 0.84% 0.93% -
XYZ 41.43 21.62 34.34 -
YUV 110.3 154.93 217.66 -
System Red Green Blue C M Y K H S L
Decimal 236 37 158 0 0.84 0.33 0.07 323.52 0.84 0.54
Hex EC 25 9E 0 54 21 7 144 54 36
Octal 354 45 236 0 124 41 7 504 124 66
Binary 11101100 100101 10011110 0 1010100 100001 111 101000100 1010100 110110

Color Harmonies of #EC259E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC259E

Black with #EC259E

Text Example


Text Example

White with #EC259E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC259E; }

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

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

background-color css

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

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

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

border-color css

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

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

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