Html Css Color HEX #EA53A8 Brilliant Rose

📋 copy color: '#EA53A8'

red 234 ◦ green 83 ◦ blue 168

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

Shades of Brilliant Rose #EA53A8

Tints of Brilliant Rose #EA53A8

RGB

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

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

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

R = 48.25%
G = 17.11%
B = 34.64%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.28

 K value IS 0.08

RGB Variations

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

Color information

#EA53A8 (or 0xEA53A8) is known color: Brilliant Rose. HEX triplet: EA, 53 and A8. RGB value is (234,83,168). Sum of RGB (Red+Green+Blue) = 234+83+168=485 (64% of max value = 765). Red value is 234 (91.80% from 255 or 48.25% from 485); Green value is 83 (32.81% from 255 or 17.11% from 485); Blue value is 168 (66.02% from 255 or 34.64% from 485); Max value from RGB is 234 - color contains mainly: red. Hex color #EA53A8 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EA53A8 is #15AC57. Grayscale: #898989. Windows color (decimal): -1420376 or 11031530. OLE color: 11031530.

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

Color convert

RGB 234 83 168 -
CMYK 0 0.65 0.28 0.08
HSL 326.23º 0.78% 0.62% -
HSV(B) 326.23º 0.65% 0.92% -
XYZ 44.09 26.51 39.84 -
YUV 137.84 145.03 196.59 -
System Red Green Blue C M Y K H S L
Decimal 234 83 168 0 0.65 0.28 0.08 326.23 0.78 0.62
Hex EA 53 A8 0 41 1C 8 146 4E 3E
Octal 352 123 250 0 101 34 10 506 116 76
Binary 11101010 1010011 10101000 0 1000001 11100 1000 101000110 1001110 111110

Color Harmonies of #EA53A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA53A8

Black with #EA53A8

Text Example


Text Example

White with #EA53A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA53A8; }

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

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

background-color css

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

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

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

border-color css

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

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

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