Html Css Color HEX #ED3DC2 Razzle Dazzle Rose

📋 copy color: '#ED3DC2'

red 237 ◦ green 61 ◦ blue 194

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

Shades of Razzle Dazzle Rose #ED3DC2

Tints of Razzle Dazzle Rose #ED3DC2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 39.43%

R = 48.17%
G = 12.4%
B = 39.43%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.18

 K value IS 0.07

RGB Variations

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

Color information

#ED3DC2 (or 0xED3DC2) is known color: Razzle Dazzle Rose. HEX triplet: ED, 3D and C2. RGB value is (237,61,194). Sum of RGB (Red+Green+Blue) = 237+61+194=492 (65% of max value = 765). Red value is 237 (92.97% from 255 or 48.17% from 492); Green value is 61 (24.22% from 255 or 12.40% from 492); Blue value is 194 (76.17% from 255 or 39.43% from 492); Max value from RGB is 237 - color contains mainly: red. Hex color #ED3DC2 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #ED3DC2 is #12C23D. Grayscale: #808080. Windows color (decimal): -1229374 or 12729837. OLE color: 12729837.

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

Color convert

RGB 237 61 194 -
CMYK 0 0.74 0.18 0.07
HSL 314.66º 0.83% 0.58% -
HSV(B) 314.66º 0.74% 0.93% -
XYZ 46.33 25.24 53.47 -
YUV 128.79 164.81 205.19 -
System Red Green Blue C M Y K H S L
Decimal 237 61 194 0 0.74 0.18 0.07 314.66 0.83 0.58
Hex ED 3D C2 0 4A 12 7 13B 53 3A
Octal 355 75 302 0 112 22 7 473 123 72
Binary 11101101 111101 11000010 0 1001010 10010 111 100111011 1010011 111010

Color Harmonies of #ED3DC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED3DC2

Black with #ED3DC2

Text Example


Text Example

White with #ED3DC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED3DC2; }

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

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

background-color css

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

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

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

border-color css

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

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

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