Html Css Color HEX #ED2FDB Razzle Dazzle Rose

📋 copy color: '#ED2FDB'

red 237 ◦ green 47 ◦ blue 219

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

Shades of Razzle Dazzle Rose #ED2FDB

Tints of Razzle Dazzle Rose #ED2FDB

RGB

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

 GREEN value IS 47 (18.75% from 255) = 9.34%

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

R = 47.12%
G = 9.34%
B = 43.54%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.08

 K value IS 0.07

RGB Variations

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

Color information

#ED2FDB (or 0xED2FDB) is known color: Razzle Dazzle Rose. HEX triplet: ED, 2F and DB. RGB value is (237,47,219). Sum of RGB (Red+Green+Blue) = 237+47+219=503 (66% of max value = 765). Red value is 237 (92.97% from 255 or 47.12% from 503); Green value is 47 (18.75% from 255 or 9.34% from 503); Blue value is 219 (85.94% from 255 or 43.54% from 503); Max value from RGB is 237 - color contains mainly: red. Hex color #ED2FDB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #ED2FDB is #12D024. Grayscale: #7A7A7A. Windows color (decimal): -1232933 or 14364653. OLE color: 14364653.

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

Color convert

RGB 237 47 219 -
CMYK 0 0.80 0.08 0.07
HSL 305.68º 0.84% 0.56% -
HSV(B) 305.68º 0.8% 0.93% -
XYZ 48.73 25.15 69.3 -
YUV 123.42 181.95 209.01 -
System Red Green Blue C M Y K H S L
Decimal 237 47 219 0 0.80 0.08 0.07 305.68 0.84 0.56
Hex ED 2F DB 0 50 8 7 132 54 38
Octal 355 57 333 0 120 10 7 462 124 70
Binary 11101101 101111 11011011 0 1010000 1000 111 100110010 1010100 111000

Color Harmonies of #ED2FDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED2FDB

Black with #ED2FDB

Text Example


Text Example

White with #ED2FDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED2FDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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