Html Css Color HEX #ED4BB8 Brilliant Rose

📋 copy color: '#ED4BB8'

red 237 ◦ green 75 ◦ blue 184

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

Shades of Brilliant Rose #ED4BB8

Tints of Brilliant Rose #ED4BB8

RGB

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

 GREEN value IS 75 (29.69% from 255) = 15.12%

 BLUE value IS 184 (72.27% from 255) = 37.1%

R = 47.78%
G = 15.12%
B = 37.1%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.22

 K value IS 0.07

RGB Variations

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

Color information

#ED4BB8 (or 0xED4BB8) is known color: Brilliant Rose. HEX triplet: ED, 4B and B8. RGB value is (237,75,184). Sum of RGB (Red+Green+Blue) = 237+75+184=496 (65% of max value = 765). Red value is 237 (92.97% from 255 or 47.78% from 496); Green value is 75 (29.69% from 255 or 15.12% from 496); Blue value is 184 (72.27% from 255 or 37.10% from 496); Max value from RGB is 237 - color contains mainly: red. Hex color #ED4BB8 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #ED4BB8 is #12B447. Grayscale: #878787. Windows color (decimal): -1225800 or 12078061. OLE color: 12078061.

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

Color convert

RGB 237 75 184 -
CMYK 0 0.68 0.22 0.07
HSL 319.63º 0.82% 0.61% -
HSV(B) 319.63º 0.68% 0.93% -
XYZ 46.09 26.5 48.03 -
YUV 135.86 155.17 200.14 -
System Red Green Blue C M Y K H S L
Decimal 237 75 184 0 0.68 0.22 0.07 319.63 0.82 0.61
Hex ED 4B B8 0 44 16 7 140 52 3D
Octal 355 113 270 0 104 26 7 500 122 75
Binary 11101101 1001011 10111000 0 1000100 10110 111 101000000 1010010 111101

Color Harmonies of #ED4BB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED4BB8

Black with #ED4BB8

Text Example


Text Example

White with #ED4BB8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED4BB8; }

 p { color: rgb(237,75,184); }

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

background-color css

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

 a { background-color: rgb(237,75,184); }

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

border-color css

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

 span { border-color: rgb(237,75,184); }

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