Html Css Color HEX #EA28A6 Persian Rose

📋 copy color: '#EA28A6'

red 234 ◦ green 40 ◦ blue 166

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

Shades of Persian Rose #EA28A6

Tints of Persian Rose #EA28A6

RGB

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

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

 BLUE value IS 166 (65.23% from 255) = 37.73%

R = 53.18%
G = 9.09%
B = 37.73%

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

#EA28A6 (or 0xEA28A6) is known color: Persian Rose. HEX triplet: EA, 28 and A6. RGB value is (234,40,166). Sum of RGB (Red+Green+Blue) = 234+40+166=440 (58% of max value = 765). Red value is 234 (91.80% from 255 or 53.18% from 440); Green value is 40 (16.02% from 255 or 9.09% from 440); Blue value is 166 (65.23% from 255 or 37.73% from 440); Max value from RGB is 234 - color contains mainly: red. Hex color #EA28A6 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EA28A6 is #15D759. Grayscale: #707070. Windows color (decimal): -1431386 or 10889450. OLE color: 10889450.

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

Color convert

RGB 234 40 166 -
CMYK 0 0.83 0.29 0.08
HSL 321.03º 0.82% 0.54% -
HSV(B) 321.03º 0.83% 0.92% -
XYZ 41.57 21.76 38.09 -
YUV 112.37 158.27 214.75 -
System Red Green Blue C M Y K H S L
Decimal 234 40 166 0 0.83 0.29 0.08 321.03 0.82 0.54
Hex EA 28 A6 0 53 1D 8 141 52 36
Octal 352 50 246 0 123 35 10 501 122 66
Binary 11101010 101000 10100110 0 1010011 11101 1000 101000001 1010010 110110

Color Harmonies of #EA28A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA28A6

Black with #EA28A6

Text Example


Text Example

White with #EA28A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA28A6; }

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

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

background-color css

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

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

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

border-color css

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

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

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