Html Css Color HEX #ED2EDD Razzle Dazzle Rose

📋 copy color: '#ED2EDD'

red 237 ◦ green 46 ◦ blue 221

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

Shades of Razzle Dazzle Rose #ED2EDD

Tints of Razzle Dazzle Rose #ED2EDD

RGB

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

 GREEN value IS 46 (18.36% from 255) = 9.13%

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

R = 47.02%
G = 9.13%
B = 43.85%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.07

 K value IS 0.07

RGB Variations

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

Color information

#ED2EDD (or 0xED2EDD) is known color: Razzle Dazzle Rose. HEX triplet: ED, 2E and DD. RGB value is (237,46,221). Sum of RGB (Red+Green+Blue) = 237+46+221=504 (66% of max value = 765). Red value is 237 (92.97% from 255 or 47.02% from 504); Green value is 46 (18.36% from 255 or 9.13% from 504); Blue value is 221 (86.72% from 255 or 43.85% from 504); Max value from RGB is 237 - color contains mainly: red. Hex color #ED2EDD is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #ED2EDD is #12D122. Grayscale: #7A7A7A. Windows color (decimal): -1233187 or 14495469. OLE color: 14495469.

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

Color convert

RGB 237 46 221 -
CMYK 0 0.81 0.07 0.07
HSL 305.03º 0.84% 0.55% -
HSV(B) 305.03º 0.81% 0.93% -
XYZ 48.95 25.18 70.69 -
YUV 123.06 183.28 209.27 -
System Red Green Blue C M Y K H S L
Decimal 237 46 221 0 0.81 0.07 0.07 305.03 0.84 0.55
Hex ED 2E DD 0 51 7 7 131 54 37
Octal 355 56 335 0 121 7 7 461 124 67
Binary 11101101 101110 11011101 0 1010001 111 111 100110001 1010100 110111

Color Harmonies of #ED2EDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED2EDD

Black with #ED2EDD

Text Example


Text Example

White with #ED2EDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED2EDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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