Html Css Color HEX #EA259E Persian Rose

📋 copy color: '#EA259E'

red 234 ◦ green 37 ◦ blue 158

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

Shades of Persian Rose #EA259E

Tints of Persian Rose #EA259E

RGB

 RED value IS 234 (91.8% from 255) = 54.55%

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

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

R = 54.55%
G = 8.62%
B = 36.83%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.32

 K value IS 0.08

RGB Variations

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

Color information

#EA259E (or 0xEA259E) is known color: Persian Rose. HEX triplet: EA, 25 and 9E. RGB value is (234,37,158). Sum of RGB (Red+Green+Blue) = 234+37+158=429 (56% of max value = 765). Red value is 234 (91.80% from 255 or 54.55% from 429); Green value is 37 (14.84% from 255 or 8.62% from 429); Blue value is 158 (62.11% from 255 or 36.83% from 429); Max value from RGB is 234 - color contains mainly: red. Hex color #EA259E is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EA259E is #15DA61. Grayscale: #6D6D6D. Windows color (decimal): -1432162 or 10364394. OLE color: 10364394.

HSL color Cylindrical-coordinate representation of color #EA259E: hue angle of 323.15º degrees, saturation: 0.82, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #EA259E is Cyan = 0, Magento = 0.84, Yellow = 0.32 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 37 158 -
CMYK 0 0.84 0.32 0.08
HSL 323.15º 0.82% 0.53% -
HSV(B) 323.15º 0.84% 0.92% -
XYZ 40.76 21.28 34.31 -
YUV 109.7 155.27 216.66 -
System Red Green Blue C M Y K H S L
Decimal 234 37 158 0 0.84 0.32 0.08 323.15 0.82 0.53
Hex EA 25 9E 0 54 20 8 143 52 35
Octal 352 45 236 0 124 40 10 503 122 65
Binary 11101010 100101 10011110 0 1010100 100000 1000 101000011 1010010 110101

Color Harmonies of #EA259E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA259E

Black with #EA259E

Text Example


Text Example

White with #EA259E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA259E; }

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

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

background-color css

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

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

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

border-color css

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

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

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