Html Css Color HEX #EA51A6 Brilliant Rose

📋 copy color: '#EA51A6'

red 234 ◦ green 81 ◦ blue 166

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

Shades of Brilliant Rose #EA51A6

Tints of Brilliant Rose #EA51A6

RGB

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

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

 BLUE value IS 166 (65.23% from 255) = 34.51%

R = 48.65%
G = 16.84%
B = 34.51%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.29

 K value IS 0.08

RGB Variations

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

Color information

#EA51A6 (or 0xEA51A6) is known color: Brilliant Rose. HEX triplet: EA, 51 and A6. RGB value is (234,81,166). Sum of RGB (Red+Green+Blue) = 234+81+166=481 (63% of max value = 765). Red value is 234 (91.80% from 255 or 48.65% from 481); Green value is 81 (32.03% from 255 or 16.84% from 481); Blue value is 166 (65.23% from 255 or 34.51% from 481); Max value from RGB is 234 - color contains mainly: red. Hex color #EA51A6 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EA51A6 is #15AE59. Grayscale: #888888. Windows color (decimal): -1420890 or 10899946. OLE color: 10899946.

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

Color convert

RGB 234 81 166 -
CMYK 0 0.65 0.29 0.08
HSL 326.67º 0.78% 0.62% -
HSV(B) 326.67º 0.65% 0.92% -
XYZ 43.76 26.13 38.81 -
YUV 136.44 144.69 197.59 -
System Red Green Blue C M Y K H S L
Decimal 234 81 166 0 0.65 0.29 0.08 326.67 0.78 0.62
Hex EA 51 A6 0 41 1D 8 147 4E 3E
Octal 352 121 246 0 101 35 10 507 116 76
Binary 11101010 1010001 10100110 0 1000001 11101 1000 101000111 1001110 111110

Color Harmonies of #EA51A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA51A6

Black with #EA51A6

Text Example


Text Example

White with #EA51A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA51A6; }

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

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

background-color css

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

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

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

border-color css

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

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

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