Html Css Color HEX #ED53AF Brilliant Rose

📋 copy color: '#ED53AF'

red 237 ◦ green 83 ◦ blue 175

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

Shades of Brilliant Rose #ED53AF

Tints of Brilliant Rose #ED53AF

RGB

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

 GREEN value IS 83 (32.81% from 255) = 16.77%

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

R = 47.88%
G = 16.77%
B = 35.35%

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

#ED53AF (or 0xED53AF) is known color: Brilliant Rose. HEX triplet: ED, 53 and AF. RGB value is (237,83,175). Sum of RGB (Red+Green+Blue) = 237+83+175=495 (65% of max value = 765). Red value is 237 (92.97% from 255 or 47.88% from 495); Green value is 83 (32.81% from 255 or 16.77% from 495); Blue value is 175 (68.75% from 255 or 35.35% from 495); Max value from RGB is 237 - color contains mainly: red. Hex color #ED53AF is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #ED53AF is #12AC50. Grayscale: #8B8B8B. Windows color (decimal): -1223761 or 11490285. OLE color: 11490285.

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

Color convert

RGB 237 83 175 -
CMYK 0 0.65 0.26 0.07
HSL 324.16º 0.81% 0.63% -
HSV(B) 324.16º 0.65% 0.93% -
XYZ 45.76 27.29 43.41 -
YUV 139.53 148.02 197.52 -
System Red Green Blue C M Y K H S L
Decimal 237 83 175 0 0.65 0.26 0.07 324.16 0.81 0.63
Hex ED 53 AF 0 41 1A 7 144 51 3F
Octal 355 123 257 0 101 32 7 504 121 77
Binary 11101101 1010011 10101111 0 1000001 11010 111 101000100 1010001 111111

Color Harmonies of #ED53AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED53AF

Black with #ED53AF

Text Example


Text Example

White with #ED53AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED53AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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