Html Css Color HEX #ED1EDB Razzle Dazzle Rose

📋 copy color: '#ED1EDB'

red 237 ◦ green 30 ◦ blue 219

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

Shades of Razzle Dazzle Rose #ED1EDB

Tints of Razzle Dazzle Rose #ED1EDB

RGB

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

 GREEN value IS 30 (12.11% from 255) = 6.17%

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

R = 48.77%
G = 6.17%
B = 45.06%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.08

 K value IS 0.07

RGB Variations

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

Color information

#ED1EDB (or 0xED1EDB) is known color: Razzle Dazzle Rose. HEX triplet: ED, 1E and DB. RGB value is (237,30,219). Sum of RGB (Red+Green+Blue) = 237+30+219=486 (64% of max value = 765). Red value is 237 (92.97% from 255 or 48.77% from 486); Green value is 30 (12.11% from 255 or 6.17% from 486); Blue value is 219 (85.94% from 255 or 45.06% from 486); Max value from RGB is 237 - color contains mainly: red. Hex color #ED1EDB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #ED1EDB is #12E124. Grayscale: #707070. Windows color (decimal): -1237285 or 14360301. OLE color: 14360301.

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

Color convert

RGB 237 30 219 -
CMYK 0 0.87 0.08 0.07
HSL 305.22º 0.85% 0.52% -
HSV(B) 305.22º 0.87% 0.93% -
XYZ 48.18 24.05 69.12 -
YUV 113.44 187.58 216.13 -
System Red Green Blue C M Y K H S L
Decimal 237 30 219 0 0.87 0.08 0.07 305.22 0.85 0.52
Hex ED 1E DB 0 57 8 7 131 55 34
Octal 355 36 333 0 127 10 7 461 125 64
Binary 11101101 11110 11011011 0 1010111 1000 111 100110001 1010101 110100

Color Harmonies of #ED1EDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED1EDB

Black with #ED1EDB

Text Example


Text Example

White with #ED1EDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED1EDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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