Html Css Color HEX #ED2DEE Razzle Dazzle Rose

📋 copy color: '#ED2DEE'

red 237 ◦ green 45 ◦ blue 238

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

Shades of Razzle Dazzle Rose #ED2DEE

Tints of Razzle Dazzle Rose #ED2DEE

RGB

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

 GREEN value IS 45 (17.97% from 255) = 8.65%

 BLUE value IS 238 (93.36% from 255) = 45.77%

R = 45.58%
G = 8.65%
B = 45.77%

CMYK

 C value IS 0.00

 M value IS 0.81

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#ED2DEE (or 0xED2DEE) is known color: Razzle Dazzle Rose. HEX triplet: ED, 2D and EE. RGB value is (237,45,238). Sum of RGB (Red+Green+Blue) = 237+45+238=520 (68% of max value = 765). Red value is 237 (92.97% from 255 or 45.58% from 520); Green value is 45 (17.97% from 255 or 8.65% from 520); Blue value is 238 (93.36% from 255 or 45.77% from 520); Max value from RGB is 238 - color contains mainly: blue. Hex color #ED2DEE is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #ED2DEE is #12D211. Grayscale: #7B7B7B. Windows color (decimal): -1233426 or 15609325. OLE color: 15609325.

HSL color Cylindrical-coordinate representation of color #ED2DEE: hue angle of 299.69º degrees, saturation: 0.85, 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 #ED2DEE is Cyan = 0.00, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 45 238 -
CMYK 0.00 0.81 0 0.07
HSL 299.69º 0.85% 0.55% -
HSV(B) 299.69º 0.81% 0.93% -
XYZ 51.3 26.05 83.21 -
YUV 124.41 192.11 208.31 -
System Red Green Blue C M Y K H S L
Decimal 237 45 238 0.00 0.81 0 0.07 299.69 0.85 0.55
Hex ED 2D EE 0 51 0 7 12C 55 37
Octal 355 55 356 0 121 0 7 454 125 67
Binary 11101101 101101 11101110 0 1010001 0 111 100101100 1010101 110111

Color Harmonies of #ED2DEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED2DEE

Black with #ED2DEE

Text Example


Text Example

White with #ED2DEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED2DEE; }

 p { color: rgb(237,45,238); }

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

background-color css

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

 a { background-color: rgb(237,45,238); }

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

border-color css

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

 span { border-color: rgb(237,45,238); }

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