Html Css Color HEX #ED55AF Brilliant Rose

📋 copy color: '#ED55AF'

red 237 ◦ green 85 ◦ blue 175

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

Shades of Brilliant Rose #ED55AF

Tints of Brilliant Rose #ED55AF

RGB

 RED value IS 237 (92.97% from 255) = 47.69%

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

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

R = 47.69%
G = 17.1%
B = 35.21%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.26

 K value IS 0.07

RGB Variations

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

Color information

#ED55AF (or 0xED55AF) is known color: Brilliant Rose. HEX triplet: ED, 55 and AF. RGB value is (237,85,175). Sum of RGB (Red+Green+Blue) = 237+85+175=497 (65% of max value = 765). Red value is 237 (92.97% from 255 or 47.69% from 497); Green value is 85 (33.59% from 255 or 17.10% from 497); Blue value is 175 (68.75% from 255 or 35.21% from 497); Max value from RGB is 237 - color contains mainly: red. Hex color #ED55AF is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #ED55AF is #12AA50. Grayscale: #8C8C8C. Windows color (decimal): -1223249 or 11490797. OLE color: 11490797.

HSL color Cylindrical-coordinate representation of color #ED55AF: hue angle of 324.47º degrees, saturation: 0.81, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #ED55AF is Cyan = 0, Magento = 0.64, Yellow = 0.26 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 85 175 -
CMYK 0 0.64 0.26 0.07
HSL 324.47º 0.81% 0.63% -
HSV(B) 324.47º 0.64% 0.93% -
XYZ 45.91 27.6 43.46 -
YUV 140.71 147.36 196.68 -
System Red Green Blue C M Y K H S L
Decimal 237 85 175 0 0.64 0.26 0.07 324.47 0.81 0.63
Hex ED 55 AF 0 40 1A 7 144 51 3F
Octal 355 125 257 0 100 32 7 504 121 77
Binary 11101101 1010101 10101111 0 1000000 11010 111 101000100 1010001 111111

Color Harmonies of #ED55AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED55AF

Black with #ED55AF

Text Example


Text Example

White with #ED55AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED55AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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