Html Css Color HEX #ED5BAB Brilliant Rose

📋 copy color: '#ED5BAB'

red 237 ◦ green 91 ◦ blue 171

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

Shades of Brilliant Rose #ED5BAB

Tints of Brilliant Rose #ED5BAB

RGB

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

 GREEN value IS 91 (35.94% from 255) = 18.24%

 BLUE value IS 171 (67.19% from 255) = 34.27%

R = 47.49%
G = 18.24%
B = 34.27%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.28

 K value IS 0.07

RGB Variations

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

Color information

#ED5BAB (or 0xED5BAB) is known color: Brilliant Rose. HEX triplet: ED, 5B and AB. RGB value is (237,91,171). Sum of RGB (Red+Green+Blue) = 237+91+171=499 (66% of max value = 765). Red value is 237 (92.97% from 255 or 47.49% from 499); Green value is 91 (35.94% from 255 or 18.24% from 499); Blue value is 171 (67.19% from 255 or 34.27% from 499); Max value from RGB is 237 - color contains mainly: red. Hex color #ED5BAB is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #ED5BAB is #12A454. Grayscale: #8F8F8F. Windows color (decimal): -1221717 or 11230189. OLE color: 11230189.

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

Color convert

RGB 237 91 171 -
CMYK 0 0.62 0.28 0.07
HSL 327.12º 0.8% 0.64% -
HSV(B) 327.12º 0.62% 0.93% -
XYZ 46.02 28.43 41.59 -
YUV 143.77 143.37 194.5 -
System Red Green Blue C M Y K H S L
Decimal 237 91 171 0 0.62 0.28 0.07 327.12 0.8 0.64
Hex ED 5B AB 0 3E 1C 7 147 50 40
Octal 355 133 253 0 76 34 7 507 120 100
Binary 11101101 1011011 10101011 0 111110 11100 111 101000111 1010000 1000000

Color Harmonies of #ED5BAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED5BAB

Black with #ED5BAB

Text Example


Text Example

White with #ED5BAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED5BAB; }

 p { color: rgb(237,91,171); }

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

background-color css

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

 a { background-color: rgb(237,91,171); }

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

border-color css

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

 span { border-color: rgb(237,91,171); }

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