Html Css Color HEX #ED3BDB Razzle Dazzle Rose

📋 copy color: '#ED3BDB'

red 237 ◦ green 59 ◦ blue 219

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

Shades of Razzle Dazzle Rose #ED3BDB

Tints of Razzle Dazzle Rose #ED3BDB

RGB

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

 GREEN value IS 59 (23.44% from 255) = 11.46%

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

R = 46.02%
G = 11.46%
B = 42.52%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.08

 K value IS 0.07

RGB Variations

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

Color information

#ED3BDB (or 0xED3BDB) is known color: Razzle Dazzle Rose. HEX triplet: ED, 3B and DB. RGB value is (237,59,219). Sum of RGB (Red+Green+Blue) = 237+59+219=515 (68% of max value = 765). Red value is 237 (92.97% from 255 or 46.02% from 515); Green value is 59 (23.44% from 255 or 11.46% from 515); Blue value is 219 (85.94% from 255 or 42.52% from 515); Max value from RGB is 237 - color contains mainly: red. Hex color #ED3BDB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #ED3BDB is #12C424. Grayscale: #828282. Windows color (decimal): -1229861 or 14367725. OLE color: 14367725.

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

Color convert

RGB 237 59 219 -
CMYK 0 0.75 0.08 0.07
HSL 306.07º 0.83% 0.58% -
HSV(B) 306.07º 0.75% 0.93% -
XYZ 49.28 26.25 69.49 -
YUV 130.46 177.97 203.99 -
System Red Green Blue C M Y K H S L
Decimal 237 59 219 0 0.75 0.08 0.07 306.07 0.83 0.58
Hex ED 3B DB 0 4B 8 7 132 53 3A
Octal 355 73 333 0 113 10 7 462 123 72
Binary 11101101 111011 11011011 0 1001011 1000 111 100110010 1010011 111010

Color Harmonies of #ED3BDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED3BDB

Black with #ED3BDB

Text Example


Text Example

White with #ED3BDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED3BDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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