Html Css Color HEX #ED3CC1 Razzle Dazzle Rose

📋 copy color: '#ED3CC1'

red 237 ◦ green 60 ◦ blue 193

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

Shades of Razzle Dazzle Rose #ED3CC1

Tints of Razzle Dazzle Rose #ED3CC1

RGB

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

 GREEN value IS 60 (23.83% from 255) = 12.24%

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

R = 48.37%
G = 12.24%
B = 39.39%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.19

 K value IS 0.07

RGB Variations

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

Color information

#ED3CC1 (or 0xED3CC1) is known color: Razzle Dazzle Rose. HEX triplet: ED, 3C and C1. RGB value is (237,60,193). Sum of RGB (Red+Green+Blue) = 237+60+193=490 (64% of max value = 765). Red value is 237 (92.97% from 255 or 48.37% from 490); Green value is 60 (23.83% from 255 or 12.24% from 490); Blue value is 193 (75.78% from 255 or 39.39% from 490); Max value from RGB is 237 - color contains mainly: red. Hex color #ED3CC1 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #ED3CC1 is #12C33E. Grayscale: #7F7F7F. Windows color (decimal): -1229631 or 12664045. OLE color: 12664045.

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

Color convert

RGB 237 60 193 -
CMYK 0 0.75 0.19 0.07
HSL 314.92º 0.83% 0.58% -
HSV(B) 314.92º 0.75% 0.93% -
XYZ 46.17 25.09 52.86 -
YUV 128.09 164.64 205.69 -
System Red Green Blue C M Y K H S L
Decimal 237 60 193 0 0.75 0.19 0.07 314.92 0.83 0.58
Hex ED 3C C1 0 4B 13 7 13B 53 3A
Octal 355 74 301 0 113 23 7 473 123 72
Binary 11101101 111100 11000001 0 1001011 10011 111 100111011 1010011 111010

Color Harmonies of #ED3CC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED3CC1

Black with #ED3CC1

Text Example


Text Example

White with #ED3CC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED3CC1; }

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

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

background-color css

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

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

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

border-color css

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

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

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