Html Css Color HEX #EA28A5 Persian Rose

📋 copy color: '#EA28A5'

red 234 ◦ green 40 ◦ blue 165

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

Shades of Persian Rose #EA28A5

Tints of Persian Rose #EA28A5

RGB

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

 GREEN value IS 40 (16.02% from 255) = 9.11%

 BLUE value IS 165 (64.84% from 255) = 37.59%

R = 53.3%
G = 9.11%
B = 37.59%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.29

 K value IS 0.08

RGB Variations

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

Color information

#EA28A5 (or 0xEA28A5) is known color: Persian Rose. HEX triplet: EA, 28 and A5. RGB value is (234,40,165). Sum of RGB (Red+Green+Blue) = 234+40+165=439 (58% of max value = 765). Red value is 234 (91.80% from 255 or 53.30% from 439); Green value is 40 (16.02% from 255 or 9.11% from 439); Blue value is 165 (64.84% from 255 or 37.59% from 439); Max value from RGB is 234 - color contains mainly: red. Hex color #EA28A5 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EA28A5 is #15D75A. Grayscale: #6F6F6F. Windows color (decimal): -1431387 or 10823914. OLE color: 10823914.

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

Color convert

RGB 234 40 165 -
CMYK 0 0.83 0.29 0.08
HSL 321.34º 0.82% 0.54% -
HSV(B) 321.34º 0.83% 0.92% -
XYZ 41.48 21.73 37.6 -
YUV 112.26 157.77 214.84 -
System Red Green Blue C M Y K H S L
Decimal 234 40 165 0 0.83 0.29 0.08 321.34 0.82 0.54
Hex EA 28 A5 0 53 1D 8 141 52 36
Octal 352 50 245 0 123 35 10 501 122 66
Binary 11101010 101000 10100101 0 1010011 11101 1000 101000001 1010010 110110

Color Harmonies of #EA28A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA28A5

Black with #EA28A5

Text Example


Text Example

White with #EA28A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA28A5; }

 p { color: rgb(234,40,165); }

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

background-color css

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

 a { background-color: rgb(234,40,165); }

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

border-color css

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

 span { border-color: rgb(234,40,165); }

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