Html Css Color HEX #EA53A0 Brilliant Rose

📋 copy color: '#EA53A0'

red 234 ◦ green 83 ◦ blue 160

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

Shades of Brilliant Rose #EA53A0

Tints of Brilliant Rose #EA53A0

RGB

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

 GREEN value IS 83 (32.81% from 255) = 17.4%

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

R = 49.06%
G = 17.4%
B = 33.54%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.32

 K value IS 0.08

RGB Variations

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

Color information

#EA53A0 (or 0xEA53A0) is known color: Brilliant Rose. HEX triplet: EA, 53 and A0. RGB value is (234,83,160). Sum of RGB (Red+Green+Blue) = 234+83+160=477 (63% of max value = 765). Red value is 234 (91.80% from 255 or 49.06% from 477); Green value is 83 (32.81% from 255 or 17.40% from 477); Blue value is 160 (62.89% from 255 or 33.54% from 477); Max value from RGB is 234 - color contains mainly: red. Hex color #EA53A0 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EA53A0 is #15AC5F. Grayscale: #888888. Windows color (decimal): -1420384 or 10507242. OLE color: 10507242.

HSL color Cylindrical-coordinate representation of color #EA53A0: hue angle of 329.4º degrees, saturation: 0.78, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #EA53A0 is Cyan = 0, Magento = 0.65, Yellow = 0.32 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 83 160 -
CMYK 0 0.65 0.32 0.08
HSL 329.4º 0.78% 0.62% -
HSV(B) 329.4º 0.65% 0.92% -
XYZ 43.37 26.22 36.03 -
YUV 136.93 141.03 197.24 -
System Red Green Blue C M Y K H S L
Decimal 234 83 160 0 0.65 0.32 0.08 329.4 0.78 0.62
Hex EA 53 A0 0 41 20 8 149 4E 3E
Octal 352 123 240 0 101 40 10 511 116 76
Binary 11101010 1010011 10100000 0 1000001 100000 1000 101001001 1001110 111110

Color Harmonies of #EA53A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA53A0

Black with #EA53A0

Text Example


Text Example

White with #EA53A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA53A0; }

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

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

background-color css

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

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

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

border-color css

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

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

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