Html Css Color HEX #EA49A8 Brilliant Rose

📋 copy color: '#EA49A8'

red 234 ◦ green 73 ◦ blue 168

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

Shades of Brilliant Rose #EA49A8

Tints of Brilliant Rose #EA49A8

RGB

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

 GREEN value IS 73 (28.91% from 255) = 15.37%

 BLUE value IS 168 (66.02% from 255) = 35.37%

R = 49.26%
G = 15.37%
B = 35.37%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.28

 K value IS 0.08

RGB Variations

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

Color information

#EA49A8 (or 0xEA49A8) is known color: Brilliant Rose. HEX triplet: EA, 49 and A8. RGB value is (234,73,168). Sum of RGB (Red+Green+Blue) = 234+73+168=475 (62% of max value = 765). Red value is 234 (91.80% from 255 or 49.26% from 475); Green value is 73 (28.91% from 255 or 15.37% from 475); Blue value is 168 (66.02% from 255 or 35.37% from 475); Max value from RGB is 234 - color contains mainly: red. Hex color #EA49A8 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EA49A8 is #15B657. Grayscale: #838383. Windows color (decimal): -1422936 or 11028970. OLE color: 11028970.

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

Color convert

RGB 234 73 168 -
CMYK 0 0.69 0.28 0.08
HSL 324.6º 0.79% 0.6% -
HSV(B) 324.6º 0.69% 0.92% -
XYZ 43.38 25.08 39.6 -
YUV 131.97 148.34 200.78 -
System Red Green Blue C M Y K H S L
Decimal 234 73 168 0 0.69 0.28 0.08 324.6 0.79 0.6
Hex EA 49 A8 0 45 1C 8 145 4F 3C
Octal 352 111 250 0 105 34 10 505 117 74
Binary 11101010 1001001 10101000 0 1000101 11100 1000 101000101 1001111 111100

Color Harmonies of #EA49A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA49A8

Black with #EA49A8

Text Example


Text Example

White with #EA49A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA49A8; }

 p { color: rgb(234,73,168); }

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

background-color css

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

 a { background-color: rgb(234,73,168); }

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

border-color css

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

 span { border-color: rgb(234,73,168); }

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