Html Css Color HEX #EA28AC Persian Rose

📋 copy color: '#EA28AC'

red 234 ◦ green 40 ◦ blue 172

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

Shades of Persian Rose #EA28AC

Tints of Persian Rose #EA28AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 38.57%

R = 52.47%
G = 8.97%
B = 38.57%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.26

 K value IS 0.08

RGB Variations

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

Color information

#EA28AC (or 0xEA28AC) is known color: Persian Rose. HEX triplet: EA, 28 and AC. RGB value is (234,40,172). Sum of RGB (Red+Green+Blue) = 234+40+172=446 (59% of max value = 765). Red value is 234 (91.80% from 255 or 52.47% from 446); Green value is 40 (16.02% from 255 or 8.97% from 446); Blue value is 172 (67.58% from 255 or 38.57% from 446); Max value from RGB is 234 - color contains mainly: red. Hex color #EA28AC is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EA28AC is #15D753. Grayscale: #707070. Windows color (decimal): -1431380 or 11282666. OLE color: 11282666.

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

Color convert

RGB 234 40 172 -
CMYK 0 0.83 0.26 0.08
HSL 319.18º 0.82% 0.54% -
HSV(B) 319.18º 0.83% 0.92% -
XYZ 42.14 21.99 41.05 -
YUV 113.05 161.27 214.27 -
System Red Green Blue C M Y K H S L
Decimal 234 40 172 0 0.83 0.26 0.08 319.18 0.82 0.54
Hex EA 28 AC 0 53 1A 8 13F 52 36
Octal 352 50 254 0 123 32 10 477 122 66
Binary 11101010 101000 10101100 0 1010011 11010 1000 100111111 1010010 110110

Color Harmonies of #EA28AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA28AC

Black with #EA28AC

Text Example


Text Example

White with #EA28AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA28AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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