Html Css Color HEX #EA51AF Brilliant Rose

📋 copy color: '#EA51AF'

red 234 ◦ green 81 ◦ blue 175

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

Shades of Brilliant Rose #EA51AF

Tints of Brilliant Rose #EA51AF

RGB

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

 GREEN value IS 81 (32.03% from 255) = 16.53%

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

R = 47.76%
G = 16.53%
B = 35.71%

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

#EA51AF (or 0xEA51AF) is known color: Brilliant Rose. HEX triplet: EA, 51 and AF. RGB value is (234,81,175). Sum of RGB (Red+Green+Blue) = 234+81+175=490 (64% of max value = 765). Red value is 234 (91.80% from 255 or 47.76% from 490); Green value is 81 (32.03% from 255 or 16.53% from 490); Blue value is 175 (68.75% from 255 or 35.71% from 490); Max value from RGB is 234 - color contains mainly: red. Hex color #EA51AF is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EA51AF is #15AE50. Grayscale: #898989. Windows color (decimal): -1420881 or 11489770. OLE color: 11489770.

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

Color convert

RGB 234 81 175 -
CMYK 0 0.65 0.25 0.08
HSL 323.14º 0.78% 0.62% -
HSV(B) 323.14º 0.65% 0.92% -
XYZ 44.61 26.47 43.32 -
YUV 137.46 149.19 196.86 -
System Red Green Blue C M Y K H S L
Decimal 234 81 175 0 0.65 0.25 0.08 323.14 0.78 0.62
Hex EA 51 AF 0 41 19 8 143 4E 3E
Octal 352 121 257 0 101 31 10 503 116 76
Binary 11101010 1010001 10101111 0 1000001 11001 1000 101000011 1001110 111110

Color Harmonies of #EA51AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA51AF

Black with #EA51AF

Text Example


Text Example

White with #EA51AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA51AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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