Html Css Color HEX #ED54AF Brilliant Rose

📋 copy color: '#ED54AF'

red 237 ◦ green 84 ◦ blue 175

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

Shades of Brilliant Rose #ED54AF

Tints of Brilliant Rose #ED54AF

RGB

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

 GREEN value IS 84 (33.2% from 255) = 16.94%

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

R = 47.78%
G = 16.94%
B = 35.28%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.26

 K value IS 0.07

RGB Variations

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

Color information

#ED54AF (or 0xED54AF) is known color: Brilliant Rose. HEX triplet: ED, 54 and AF. RGB value is (237,84,175). Sum of RGB (Red+Green+Blue) = 237+84+175=496 (65% of max value = 765). Red value is 237 (92.97% from 255 or 47.78% from 496); Green value is 84 (33.20% from 255 or 16.94% from 496); Blue value is 175 (68.75% from 255 or 35.28% from 496); Max value from RGB is 237 - color contains mainly: red. Hex color #ED54AF is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #ED54AF is #12AB50. Grayscale: #8B8B8B. Windows color (decimal): -1223505 or 11490541. OLE color: 11490541.

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

Color convert

RGB 237 84 175 -
CMYK 0 0.65 0.26 0.07
HSL 324.31º 0.81% 0.63% -
HSV(B) 324.31º 0.65% 0.93% -
XYZ 45.83 27.44 43.44 -
YUV 140.12 147.69 197.1 -
System Red Green Blue C M Y K H S L
Decimal 237 84 175 0 0.65 0.26 0.07 324.31 0.81 0.63
Hex ED 54 AF 0 41 1A 7 144 51 3F
Octal 355 124 257 0 101 32 7 504 121 77
Binary 11101101 1010100 10101111 0 1000001 11010 111 101000100 1010001 111111

Color Harmonies of #ED54AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED54AF

Black with #ED54AF

Text Example


Text Example

White with #ED54AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED54AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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