Html Css Color HEX #ED27DB Razzle Dazzle Rose

📋 copy color: '#ED27DB'

red 237 ◦ green 39 ◦ blue 219

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

Shades of Razzle Dazzle Rose #ED27DB

Tints of Razzle Dazzle Rose #ED27DB

RGB

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

 GREEN value IS 39 (15.63% from 255) = 7.88%

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

R = 47.88%
G = 7.88%
B = 44.24%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.08

 K value IS 0.07

RGB Variations

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

Color information

#ED27DB (or 0xED27DB) is known color: Razzle Dazzle Rose. HEX triplet: ED, 27 and DB. RGB value is (237,39,219). Sum of RGB (Red+Green+Blue) = 237+39+219=495 (65% of max value = 765). Red value is 237 (92.97% from 255 or 47.88% from 495); Green value is 39 (15.62% from 255 or 7.88% from 495); Blue value is 219 (85.94% from 255 or 44.24% from 495); Max value from RGB is 237 - color contains mainly: red. Hex color #ED27DB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #ED27DB is #12D824. Grayscale: #767676. Windows color (decimal): -1234981 or 14362605. OLE color: 14362605.

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

Color convert

RGB 237 39 219 -
CMYK 0 0.84 0.08 0.07
HSL 305.45º 0.85% 0.54% -
HSV(B) 305.45º 0.84% 0.93% -
XYZ 48.44 24.57 69.21 -
YUV 118.72 184.6 212.36 -
System Red Green Blue C M Y K H S L
Decimal 237 39 219 0 0.84 0.08 0.07 305.45 0.85 0.54
Hex ED 27 DB 0 54 8 7 131 55 36
Octal 355 47 333 0 124 10 7 461 125 66
Binary 11101101 100111 11011011 0 1010100 1000 111 100110001 1010101 110110

Color Harmonies of #ED27DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED27DB

Black with #ED27DB

Text Example


Text Example

White with #ED27DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED27DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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