Html Css Color HEX #EA49A3 Brilliant Rose

📋 copy color: '#EA49A3'

red 234 ◦ green 73 ◦ blue 163

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

Shades of Brilliant Rose #EA49A3

Tints of Brilliant Rose #EA49A3

RGB

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

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

 BLUE value IS 163 (64.06% from 255) = 34.68%

R = 49.79%
G = 15.53%
B = 34.68%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.30

 K value IS 0.08

RGB Variations

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

Color information

#EA49A3 (or 0xEA49A3) is known color: Brilliant Rose. HEX triplet: EA, 49 and A3. RGB value is (234,73,163). Sum of RGB (Red+Green+Blue) = 234+73+163=470 (62% of max value = 765). Red value is 234 (91.80% from 255 or 49.79% from 470); Green value is 73 (28.91% from 255 or 15.53% from 470); Blue value is 163 (64.06% from 255 or 34.68% from 470); Max value from RGB is 234 - color contains mainly: red. Hex color #EA49A3 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EA49A3 is #15B65C. Grayscale: #838383. Windows color (decimal): -1422941 or 10701290. OLE color: 10701290.

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

Color convert

RGB 234 73 163 -
CMYK 0 0.69 0.30 0.08
HSL 326.46º 0.79% 0.6% -
HSV(B) 326.46º 0.69% 0.92% -
XYZ 42.93 24.9 37.19 -
YUV 131.4 145.84 201.18 -
System Red Green Blue C M Y K H S L
Decimal 234 73 163 0 0.69 0.30 0.08 326.46 0.79 0.6
Hex EA 49 A3 0 45 1E 8 146 4F 3C
Octal 352 111 243 0 105 36 10 506 117 74
Binary 11101010 1001001 10100011 0 1000101 11110 1000 101000110 1001111 111100

Color Harmonies of #EA49A3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA49A3

Black with #EA49A3

Text Example


Text Example

White with #EA49A3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA49A3; }

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

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

background-color css

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

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

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

border-color css

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

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

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