Html Css Color HEX #EA50AC Brilliant Rose

📋 copy color: '#EA50AC'

red 234 ◦ green 80 ◦ blue 172

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

Shades of Brilliant Rose #EA50AC

Tints of Brilliant Rose #EA50AC

RGB

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

 GREEN value IS 80 (31.64% from 255) = 16.46%

 BLUE value IS 172 (67.58% from 255) = 35.39%

R = 48.15%
G = 16.46%
B = 35.39%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.26

 K value IS 0.08

RGB Variations

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

Color information

#EA50AC (or 0xEA50AC) is known color: Brilliant Rose. HEX triplet: EA, 50 and AC. RGB value is (234,80,172). Sum of RGB (Red+Green+Blue) = 234+80+172=486 (64% of max value = 765). Red value is 234 (91.80% from 255 or 48.15% from 486); Green value is 80 (31.64% from 255 or 16.46% from 486); Blue value is 172 (67.58% from 255 or 35.39% from 486); Max value from RGB is 234 - color contains mainly: red. Hex color #EA50AC is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EA50AC is #15AF53. Grayscale: #888888. Windows color (decimal): -1421140 or 11292906. OLE color: 11292906.

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

Color convert

RGB 234 80 172 -
CMYK 0 0.66 0.26 0.08
HSL 324.16º 0.79% 0.62% -
HSV(B) 324.16º 0.66% 0.92% -
XYZ 44.25 26.21 41.76 -
YUV 136.53 148.02 197.52 -
System Red Green Blue C M Y K H S L
Decimal 234 80 172 0 0.66 0.26 0.08 324.16 0.79 0.62
Hex EA 50 AC 0 42 1A 8 144 4F 3E
Octal 352 120 254 0 102 32 10 504 117 76
Binary 11101010 1010000 10101100 0 1000010 11010 1000 101000100 1001111 111110

Color Harmonies of #EA50AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA50AC

Black with #EA50AC

Text Example


Text Example

White with #EA50AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA50AC; }

 p { color: rgb(234,80,172); }

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

background-color css

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

 a { background-color: rgb(234,80,172); }

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

border-color css

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

 span { border-color: rgb(234,80,172); }

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