Html Css Color HEX #ED4DAF Brilliant Rose

📋 copy color: '#ED4DAF'

red 237 ◦ green 77 ◦ blue 175

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

Shades of Brilliant Rose #ED4DAF

Tints of Brilliant Rose #ED4DAF

RGB

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

 GREEN value IS 77 (30.47% from 255) = 15.75%

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

R = 48.47%
G = 15.75%
B = 35.79%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.26

 K value IS 0.07

RGB Variations

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

Color information

#ED4DAF (or 0xED4DAF) is known color: Brilliant Rose. HEX triplet: ED, 4D and AF. RGB value is (237,77,175). Sum of RGB (Red+Green+Blue) = 237+77+175=489 (64% of max value = 765). Red value is 237 (92.97% from 255 or 48.47% from 489); Green value is 77 (30.47% from 255 or 15.75% from 489); Blue value is 175 (68.75% from 255 or 35.79% from 489); Max value from RGB is 237 - color contains mainly: red. Hex color #ED4DAF is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #ED4DAF is #12B250. Grayscale: #878787. Windows color (decimal): -1225297 or 11488749. OLE color: 11488749.

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

Color convert

RGB 237 77 175 -
CMYK 0 0.68 0.26 0.07
HSL 323.25º 0.82% 0.62% -
HSV(B) 323.25º 0.68% 0.93% -
XYZ 45.32 26.41 43.27 -
YUV 136.01 150.01 200.03 -
System Red Green Blue C M Y K H S L
Decimal 237 77 175 0 0.68 0.26 0.07 323.25 0.82 0.62
Hex ED 4D AF 0 44 1A 7 143 52 3E
Octal 355 115 257 0 104 32 7 503 122 76
Binary 11101101 1001101 10101111 0 1000100 11010 111 101000011 1010010 111110

Color Harmonies of #ED4DAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED4DAF

Black with #ED4DAF

Text Example


Text Example

White with #ED4DAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED4DAF; }

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

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

background-color css

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

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

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

border-color css

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

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

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