Html Css Color HEX #EA48AA Brilliant Rose

📋 copy color: '#EA48AA'

red 234 ◦ green 72 ◦ blue 170

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

Shades of Brilliant Rose #EA48AA

Tints of Brilliant Rose #EA48AA

RGB

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

 GREEN value IS 72 (28.52% from 255) = 15.13%

 BLUE value IS 170 (66.8% from 255) = 35.71%

R = 49.16%
G = 15.13%
B = 35.71%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.27

 K value IS 0.08

RGB Variations

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

Color information

#EA48AA (or 0xEA48AA) is known color: Brilliant Rose. HEX triplet: EA, 48 and AA. RGB value is (234,72,170). Sum of RGB (Red+Green+Blue) = 234+72+170=476 (63% of max value = 765). Red value is 234 (91.80% from 255 or 49.16% from 476); Green value is 72 (28.52% from 255 or 15.13% from 476); Blue value is 170 (66.80% from 255 or 35.71% from 476); Max value from RGB is 234 - color contains mainly: red. Hex color #EA48AA is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EA48AA is #15B755. Grayscale: #838383. Windows color (decimal): -1423190 or 11159786. OLE color: 11159786.

HSL color Cylindrical-coordinate representation of color #EA48AA: hue angle of 323.7º degrees, saturation: 0.79, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #EA48AA is Cyan = 0, Magento = 0.69, Yellow = 0.27 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 72 170 -
CMYK 0 0.69 0.27 0.08
HSL 323.7º 0.79% 0.6% -
HSV(B) 323.7º 0.69% 0.92% -
XYZ 43.5 25.03 40.57 -
YUV 131.61 149.67 201.03 -
System Red Green Blue C M Y K H S L
Decimal 234 72 170 0 0.69 0.27 0.08 323.7 0.79 0.6
Hex EA 48 AA 0 45 1B 8 144 4F 3C
Octal 352 110 252 0 105 33 10 504 117 74
Binary 11101010 1001000 10101010 0 1000101 11011 1000 101000100 1001111 111100

Color Harmonies of #EA48AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA48AA

Black with #EA48AA

Text Example


Text Example

White with #EA48AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA48AA; }

 p { color: rgb(234,72,170); }

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

background-color css

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

 a { background-color: rgb(234,72,170); }

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

border-color css

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

 span { border-color: rgb(234,72,170); }

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