Html Css Color HEX #ED56B2 Brilliant Rose

📋 copy color: '#ED56B2'

red 237 ◦ green 86 ◦ blue 178

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

Shades of Brilliant Rose #ED56B2

Tints of Brilliant Rose #ED56B2

RGB

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

 GREEN value IS 86 (33.98% from 255) = 17.17%

 BLUE value IS 178 (69.92% from 255) = 35.53%

R = 47.31%
G = 17.17%
B = 35.53%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.25

 K value IS 0.07

RGB Variations

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

Color information

#ED56B2 (or 0xED56B2) is known color: Brilliant Rose. HEX triplet: ED, 56 and B2. RGB value is (237,86,178). Sum of RGB (Red+Green+Blue) = 237+86+178=501 (66% of max value = 765). Red value is 237 (92.97% from 255 or 47.31% from 501); Green value is 86 (33.98% from 255 or 17.17% from 501); Blue value is 178 (69.92% from 255 or 35.53% from 501); Max value from RGB is 237 - color contains mainly: red. Hex color #ED56B2 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #ED56B2 is #12A94D. Grayscale: #8D8D8D. Windows color (decimal): -1222990 or 11687661. OLE color: 11687661.

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

Color convert

RGB 237 86 178 -
CMYK 0 0.64 0.25 0.07
HSL 323.44º 0.81% 0.63% -
HSV(B) 323.44º 0.64% 0.93% -
XYZ 46.29 27.87 45.06 -
YUV 141.64 148.53 196.02 -
System Red Green Blue C M Y K H S L
Decimal 237 86 178 0 0.64 0.25 0.07 323.44 0.81 0.63
Hex ED 56 B2 0 40 19 7 143 51 3F
Octal 355 126 262 0 100 31 7 503 121 77
Binary 11101101 1010110 10110010 0 1000000 11001 111 101000011 1010001 111111

Color Harmonies of #ED56B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED56B2

Black with #ED56B2

Text Example


Text Example

White with #ED56B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED56B2; }

 p { color: rgb(237,86,178); }

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

background-color css

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

 a { background-color: rgb(237,86,178); }

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

border-color css

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

 span { border-color: rgb(237,86,178); }

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