Html Css Color HEX #EA259C Persian Rose

📋 copy color: '#EA259C'

red 234 ◦ green 37 ◦ blue 156

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

Shades of Persian Rose #EA259C

Tints of Persian Rose #EA259C

RGB

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

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

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

R = 54.8%
G = 8.67%
B = 36.53%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.33

 K value IS 0.08

RGB Variations

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

Color information

#EA259C (or 0xEA259C) is known color: Persian Rose. HEX triplet: EA, 25 and 9C. RGB value is (234,37,156). Sum of RGB (Red+Green+Blue) = 234+37+156=427 (56% of max value = 765). Red value is 234 (91.80% from 255 or 54.80% from 427); Green value is 37 (14.84% from 255 or 8.67% from 427); Blue value is 156 (61.33% from 255 or 36.53% from 427); Max value from RGB is 234 - color contains mainly: red. Hex color #EA259C is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EA259C is #15DA63. Grayscale: #6D6D6D. Windows color (decimal): -1432164 or 10233322. OLE color: 10233322.

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

Color convert

RGB 234 37 156 -
CMYK 0 0.84 0.33 0.08
HSL 323.76º 0.82% 0.53% -
HSV(B) 323.76º 0.84% 0.92% -
XYZ 40.59 21.22 33.41 -
YUV 109.47 154.27 216.82 -
System Red Green Blue C M Y K H S L
Decimal 234 37 156 0 0.84 0.33 0.08 323.76 0.82 0.53
Hex EA 25 9C 0 54 21 8 144 52 35
Octal 352 45 234 0 124 41 10 504 122 65
Binary 11101010 100101 10011100 0 1010100 100001 1000 101000100 1010010 110101

Color Harmonies of #EA259C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA259C

Black with #EA259C

Text Example


Text Example

White with #EA259C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA259C; }

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

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

background-color css

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

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

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

border-color css

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

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

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