Html Css Color HEX #ED2BDB Razzle Dazzle Rose

📋 copy color: '#ED2BDB'

red 237 ◦ green 43 ◦ blue 219

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

Shades of Razzle Dazzle Rose #ED2BDB

Tints of Razzle Dazzle Rose #ED2BDB

RGB

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

 GREEN value IS 43 (17.19% from 255) = 8.62%

 BLUE value IS 219 (85.94% from 255) = 43.89%

R = 47.49%
G = 8.62%
B = 43.89%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.08

 K value IS 0.07

RGB Variations

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

Color information

#ED2BDB (or 0xED2BDB) is known color: Razzle Dazzle Rose. HEX triplet: ED, 2B and DB. RGB value is (237,43,219). Sum of RGB (Red+Green+Blue) = 237+43+219=499 (66% of max value = 765). Red value is 237 (92.97% from 255 or 47.49% from 499); Green value is 43 (17.19% from 255 or 8.62% from 499); Blue value is 219 (85.94% from 255 or 43.89% from 499); Max value from RGB is 237 - color contains mainly: red. Hex color #ED2BDB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #ED2BDB is #12D424. Grayscale: #787878. Windows color (decimal): -1233957 or 14363629. OLE color: 14363629.

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

Color convert

RGB 237 43 219 -
CMYK 0 0.82 0.08 0.07
HSL 305.57º 0.84% 0.55% -
HSV(B) 305.57º 0.82% 0.93% -
XYZ 48.58 24.85 69.25 -
YUV 121.07 183.27 210.69 -
System Red Green Blue C M Y K H S L
Decimal 237 43 219 0 0.82 0.08 0.07 305.57 0.84 0.55
Hex ED 2B DB 0 52 8 7 132 54 37
Octal 355 53 333 0 122 10 7 462 124 67
Binary 11101101 101011 11011011 0 1010010 1000 111 100110010 1010100 110111

Color Harmonies of #ED2BDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED2BDB

Black with #ED2BDB

Text Example


Text Example

White with #ED2BDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED2BDB; }

 p { color: rgb(237,43,219); }

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

background-color css

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

 a { background-color: rgb(237,43,219); }

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

border-color css

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

 span { border-color: rgb(237,43,219); }

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