Html Css Color HEX #EA55AF Brilliant Rose

📋 copy color: '#EA55AF'

red 234 ◦ green 85 ◦ blue 175

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

Shades of Brilliant Rose #EA55AF

Tints of Brilliant Rose #EA55AF

RGB

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

 GREEN value IS 85 (33.59% from 255) = 17.21%

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

R = 47.37%
G = 17.21%
B = 35.43%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.25

 K value IS 0.08

RGB Variations

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

Color information

#EA55AF (or 0xEA55AF) is known color: Brilliant Rose. HEX triplet: EA, 55 and AF. RGB value is (234,85,175). Sum of RGB (Red+Green+Blue) = 234+85+175=494 (65% of max value = 765). Red value is 234 (91.80% from 255 or 47.37% from 494); Green value is 85 (33.59% from 255 or 17.21% from 494); Blue value is 175 (68.75% from 255 or 35.43% from 494); Max value from RGB is 234 - color contains mainly: red. Hex color #EA55AF is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EA55AF is #15AA50. Grayscale: #8B8B8B. Windows color (decimal): -1419857 or 11490794. OLE color: 11490794.

HSL color Cylindrical-coordinate representation of color #EA55AF: hue angle of 323.76º degrees, saturation: 0.78, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #EA55AF is Cyan = 0, Magento = 0.64, Yellow = 0.25 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 85 175 -
CMYK 0 0.64 0.25 0.08
HSL 323.76º 0.78% 0.63% -
HSV(B) 323.76º 0.64% 0.92% -
XYZ 44.92 27.08 43.42 -
YUV 139.81 147.86 195.18 -
System Red Green Blue C M Y K H S L
Decimal 234 85 175 0 0.64 0.25 0.08 323.76 0.78 0.63
Hex EA 55 AF 0 40 19 8 144 4E 3F
Octal 352 125 257 0 100 31 10 504 116 77
Binary 11101010 1010101 10101111 0 1000000 11001 1000 101000100 1001110 111111

Color Harmonies of #EA55AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA55AF

Black with #EA55AF

Text Example


Text Example

White with #EA55AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA55AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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