Html Css Color HEX #EA49A0 Brilliant Rose

📋 copy color: '#EA49A0'

red 234 ◦ green 73 ◦ blue 160

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

Shades of Brilliant Rose #EA49A0

Tints of Brilliant Rose #EA49A0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 34.26%

R = 50.11%
G = 15.63%
B = 34.26%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.32

 K value IS 0.08

RGB Variations

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

Color information

#EA49A0 (or 0xEA49A0) is known color: Brilliant Rose. HEX triplet: EA, 49 and A0. RGB value is (234,73,160). Sum of RGB (Red+Green+Blue) = 234+73+160=467 (61% of max value = 765). Red value is 234 (91.80% from 255 or 50.11% from 467); Green value is 73 (28.91% from 255 or 15.63% from 467); Blue value is 160 (62.89% from 255 or 34.26% from 467); Max value from RGB is 234 - color contains mainly: red. Hex color #EA49A0 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EA49A0 is #15B65F. Grayscale: #828282. Windows color (decimal): -1422944 or 10504682. OLE color: 10504682.

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

Color convert

RGB 234 73 160 -
CMYK 0 0.69 0.32 0.08
HSL 327.58º 0.79% 0.6% -
HSV(B) 327.58º 0.69% 0.92% -
XYZ 42.66 24.8 35.8 -
YUV 131.06 144.34 201.43 -
System Red Green Blue C M Y K H S L
Decimal 234 73 160 0 0.69 0.32 0.08 327.58 0.79 0.6
Hex EA 49 A0 0 45 20 8 148 4F 3C
Octal 352 111 240 0 105 40 10 510 117 74
Binary 11101010 1001001 10100000 0 1000101 100000 1000 101001000 1001111 111100

Color Harmonies of #EA49A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA49A0

Black with #EA49A0

Text Example


Text Example

White with #EA49A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA49A0; }

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

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

background-color css

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

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

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

border-color css

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

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

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