Html Css Color HEX #ED27DD Razzle Dazzle Rose

📋 copy color: '#ED27DD'

red 237 ◦ green 39 ◦ blue 221

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

Shades of Razzle Dazzle Rose #ED27DD

Tints of Razzle Dazzle Rose #ED27DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 44.47%

R = 47.69%
G = 7.85%
B = 44.47%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.07

 K value IS 0.07

RGB Variations

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

Color information

#ED27DD (or 0xED27DD) is known color: Razzle Dazzle Rose. HEX triplet: ED, 27 and DD. RGB value is (237,39,221). Sum of RGB (Red+Green+Blue) = 237+39+221=497 (65% of max value = 765). Red value is 237 (92.97% from 255 or 47.69% from 497); Green value is 39 (15.62% from 255 or 7.85% from 497); Blue value is 221 (86.72% from 255 or 44.47% from 497); Max value from RGB is 237 - color contains mainly: red. Hex color #ED27DD is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #ED27DD is #12D822. Grayscale: #767676. Windows color (decimal): -1234979 or 14493677. OLE color: 14493677.

HSL color Cylindrical-coordinate representation of color #ED27DD: hue angle of 304.85º 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 #ED27DD is Cyan = 0, Magento = 0.84, Yellow = 0.07 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 39 221 -
CMYK 0 0.84 0.07 0.07
HSL 304.85º 0.85% 0.54% -
HSV(B) 304.85º 0.84% 0.93% -
XYZ 48.7 24.68 70.6 -
YUV 118.95 185.6 212.2 -
System Red Green Blue C M Y K H S L
Decimal 237 39 221 0 0.84 0.07 0.07 304.85 0.85 0.54
Hex ED 27 DD 0 54 7 7 131 55 36
Octal 355 47 335 0 124 7 7 461 125 66
Binary 11101101 100111 11011101 0 1010100 111 111 100110001 1010101 110110

Color Harmonies of #ED27DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED27DD

Black with #ED27DD

Text Example


Text Example

White with #ED27DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED27DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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