Html Css Color HEX #ED2FDC Razzle Dazzle Rose

📋 copy color: '#ED2FDC'

red 237 ◦ green 47 ◦ blue 220

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

Shades of Razzle Dazzle Rose #ED2FDC

Tints of Razzle Dazzle Rose #ED2FDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 43.65%

R = 47.02%
G = 9.33%
B = 43.65%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.07

 K value IS 0.07

RGB Variations

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

Color information

#ED2FDC (or 0xED2FDC) is known color: Razzle Dazzle Rose. HEX triplet: ED, 2F and DC. RGB value is (237,47,220). Sum of RGB (Red+Green+Blue) = 237+47+220=504 (66% of max value = 765). Red value is 237 (92.97% from 255 or 47.02% from 504); Green value is 47 (18.75% from 255 or 9.33% from 504); Blue value is 220 (86.33% from 255 or 43.65% from 504); Max value from RGB is 237 - color contains mainly: red. Hex color #ED2FDC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #ED2FDC is #12D023. Grayscale: #7B7B7B. Windows color (decimal): -1232932 or 14430189. OLE color: 14430189.

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

Color convert

RGB 237 47 220 -
CMYK 0 0.80 0.07 0.07
HSL 305.37º 0.84% 0.56% -
HSV(B) 305.37º 0.8% 0.93% -
XYZ 48.86 25.2 70 -
YUV 123.53 182.45 208.93 -
System Red Green Blue C M Y K H S L
Decimal 237 47 220 0 0.80 0.07 0.07 305.37 0.84 0.56
Hex ED 2F DC 0 50 7 7 131 54 38
Octal 355 57 334 0 120 7 7 461 124 70
Binary 11101101 101111 11011100 0 1010000 111 111 100110001 1010100 111000

Color Harmonies of #ED2FDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED2FDC

Black with #ED2FDC

Text Example


Text Example

White with #ED2FDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED2FDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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