Html Css Color HEX #EA53AF Brilliant Rose

📋 copy color: '#EA53AF'

red 234 ◦ green 83 ◦ blue 175

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

Shades of Brilliant Rose #EA53AF

Tints of Brilliant Rose #EA53AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 35.57%

R = 47.56%
G = 16.87%
B = 35.57%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.25

 K value IS 0.08

RGB Variations

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

Color information

#EA53AF (or 0xEA53AF) is known color: Brilliant Rose. HEX triplet: EA, 53 and AF. RGB value is (234,83,175). Sum of RGB (Red+Green+Blue) = 234+83+175=492 (65% of max value = 765). Red value is 234 (91.80% from 255 or 47.56% from 492); Green value is 83 (32.81% from 255 or 16.87% from 492); Blue value is 175 (68.75% from 255 or 35.57% from 492); Max value from RGB is 234 - color contains mainly: red. Hex color #EA53AF is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EA53AF is #15AC50. Grayscale: #8A8A8A. Windows color (decimal): -1420369 or 11490282. OLE color: 11490282.

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

Color convert

RGB 234 83 175 -
CMYK 0 0.65 0.25 0.08
HSL 323.44º 0.78% 0.62% -
HSV(B) 323.44º 0.65% 0.92% -
XYZ 44.76 26.77 43.37 -
YUV 138.64 148.53 196.02 -
System Red Green Blue C M Y K H S L
Decimal 234 83 175 0 0.65 0.25 0.08 323.44 0.78 0.62
Hex EA 53 AF 0 41 19 8 143 4E 3E
Octal 352 123 257 0 101 31 10 503 116 76
Binary 11101010 1010011 10101111 0 1000001 11001 1000 101000011 1001110 111110

Color Harmonies of #EA53AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA53AF

Black with #EA53AF

Text Example


Text Example

White with #EA53AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA53AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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