Html Css Color HEX #ED3DC1 Razzle Dazzle Rose

📋 copy color: '#ED3DC1'

red 237 ◦ green 61 ◦ blue 193

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

Shades of Razzle Dazzle Rose #ED3DC1

Tints of Razzle Dazzle Rose #ED3DC1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 39.31%

R = 48.27%
G = 12.42%
B = 39.31%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.19

 K value IS 0.07

RGB Variations

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

Color information

#ED3DC1 (or 0xED3DC1) is known color: Razzle Dazzle Rose. HEX triplet: ED, 3D and C1. RGB value is (237,61,193). Sum of RGB (Red+Green+Blue) = 237+61+193=491 (65% of max value = 765). Red value is 237 (92.97% from 255 or 48.27% from 491); Green value is 61 (24.22% from 255 or 12.42% from 491); Blue value is 193 (75.78% from 255 or 39.31% from 491); Max value from RGB is 237 - color contains mainly: red. Hex color #ED3DC1 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #ED3DC1 is #12C23E. Grayscale: #808080. Windows color (decimal): -1229375 or 12664301. OLE color: 12664301.

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

Color convert

RGB 237 61 193 -
CMYK 0 0.74 0.19 0.07
HSL 315º 0.83% 0.58% -
HSV(B) 315º 0.74% 0.93% -
XYZ 46.22 25.19 52.88 -
YUV 128.67 164.31 205.27 -
System Red Green Blue C M Y K H S L
Decimal 237 61 193 0 0.74 0.19 0.07 315 0.83 0.58
Hex ED 3D C1 0 4A 13 7 13B 53 3A
Octal 355 75 301 0 112 23 7 473 123 72
Binary 11101101 111101 11000001 0 1001010 10011 111 100111011 1010011 111010

Color Harmonies of #ED3DC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED3DC1

Black with #ED3DC1

Text Example


Text Example

White with #ED3DC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED3DC1; }

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

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

background-color css

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

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

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

border-color css

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

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

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