Html Css Color HEX #ED3DDF Razzle Dazzle Rose

📋 copy color: '#ED3DDF'

red 237 ◦ green 61 ◦ blue 223

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

Shades of Razzle Dazzle Rose #ED3DDF

Tints of Razzle Dazzle Rose #ED3DDF

RGB

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

 GREEN value IS 61 (24.22% from 255) = 11.71%

 BLUE value IS 223 (87.5% from 255) = 42.8%

R = 45.49%
G = 11.71%
B = 42.8%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.06

 K value IS 0.07

RGB Variations

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

Color information

#ED3DDF (or 0xED3DDF) is known color: Razzle Dazzle Rose. HEX triplet: ED, 3D and DF. RGB value is (237,61,223). Sum of RGB (Red+Green+Blue) = 237+61+223=521 (69% of max value = 765). Red value is 237 (92.97% from 255 or 45.49% from 521); Green value is 61 (24.22% from 255 or 11.71% from 521); Blue value is 223 (87.5% from 255 or 42.80% from 521); Max value from RGB is 237 - color contains mainly: red. Hex color #ED3DDF is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #ED3DDF is #12C220. Grayscale: #838383. Windows color (decimal): -1229345 or 14630381. OLE color: 14630381.

HSL color Cylindrical-coordinate representation of color #ED3DDF: hue angle of 304.77º degrees, saturation: 0.83, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #ED3DDF is Cyan = 0, Magento = 0.74, Yellow = 0.06 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 61 223 -
CMYK 0 0.74 0.06 0.07
HSL 304.77º 0.83% 0.58% -
HSV(B) 304.77º 0.74% 0.93% -
XYZ 49.91 26.67 72.33 -
YUV 132.09 179.31 202.83 -
System Red Green Blue C M Y K H S L
Decimal 237 61 223 0 0.74 0.06 0.07 304.77 0.83 0.58
Hex ED 3D DF 0 4A 6 7 131 53 3A
Octal 355 75 337 0 112 6 7 461 123 72
Binary 11101101 111101 11011111 0 1001010 110 111 100110001 1010011 111010

Color Harmonies of #ED3DDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED3DDF

Black with #ED3DDF

Text Example


Text Example

White with #ED3DDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED3DDF; }

 p { color: rgb(237,61,223); }

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

background-color css

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

 a { background-color: rgb(237,61,223); }

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

border-color css

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

 span { border-color: rgb(237,61,223); }

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