Html Css Color HEX #ED3CC2 Razzle Dazzle Rose

📋 copy color: '#ED3CC2'

red 237 ◦ green 60 ◦ blue 194

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

Shades of Razzle Dazzle Rose #ED3CC2

Tints of Razzle Dazzle Rose #ED3CC2

RGB

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

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

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

R = 48.27%
G = 12.22%
B = 39.51%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.18

 K value IS 0.07

RGB Variations

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

Color information

#ED3CC2 (or 0xED3CC2) is known color: Razzle Dazzle Rose. HEX triplet: ED, 3C and C2. RGB value is (237,60,194). Sum of RGB (Red+Green+Blue) = 237+60+194=491 (65% of max value = 765). Red value is 237 (92.97% from 255 or 48.27% from 491); Green value is 60 (23.83% from 255 or 12.22% from 491); Blue value is 194 (76.17% from 255 or 39.51% from 491); Max value from RGB is 237 - color contains mainly: red. Hex color #ED3CC2 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #ED3CC2 is #12C33D. Grayscale: #7F7F7F. Windows color (decimal): -1229630 or 12729581. OLE color: 12729581.

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

Color convert

RGB 237 60 194 -
CMYK 0 0.75 0.18 0.07
HSL 314.58º 0.83% 0.58% -
HSV(B) 314.58º 0.75% 0.93% -
XYZ 46.28 25.13 53.45 -
YUV 128.2 165.14 205.6 -
System Red Green Blue C M Y K H S L
Decimal 237 60 194 0 0.75 0.18 0.07 314.58 0.83 0.58
Hex ED 3C C2 0 4B 12 7 13B 53 3A
Octal 355 74 302 0 113 22 7 473 123 72
Binary 11101101 111100 11000010 0 1001011 10010 111 100111011 1010011 111010

Color Harmonies of #ED3CC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED3CC2

Black with #ED3CC2

Text Example


Text Example

White with #ED3CC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED3CC2; }

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

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

background-color css

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

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

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

border-color css

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

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

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