Html Css Color HEX #ED2FCE Razzle Dazzle Rose

📋 copy color: '#ED2FCE'

red 237 ◦ green 47 ◦ blue 206

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

Shades of Razzle Dazzle Rose #ED2FCE

Tints of Razzle Dazzle Rose #ED2FCE

RGB

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

 GREEN value IS 47 (18.75% from 255) = 9.59%

 BLUE value IS 206 (80.86% from 255) = 42.04%

R = 48.37%
G = 9.59%
B = 42.04%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.13

 K value IS 0.07

RGB Variations

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

Color information

#ED2FCE (or 0xED2FCE) is known color: Razzle Dazzle Rose. HEX triplet: ED, 2F and CE. RGB value is (237,47,206). Sum of RGB (Red+Green+Blue) = 237+47+206=490 (64% of max value = 765). Red value is 237 (92.97% from 255 or 48.37% from 490); Green value is 47 (18.75% from 255 or 9.59% from 490); Blue value is 206 (80.86% from 255 or 42.04% from 490); Max value from RGB is 237 - color contains mainly: red. Hex color #ED2FCE is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #ED2FCE is #12D031. Grayscale: #797979. Windows color (decimal): -1232946 or 13512685. OLE color: 13512685.

HSL color Cylindrical-coordinate representation of color #ED2FCE: hue angle of 309.79º degrees, saturation: 0.84, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #ED2FCE is Cyan = 0, Magento = 0.80, Yellow = 0.13 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 47 206 -
CMYK 0 0.80 0.13 0.07
HSL 309.79º 0.84% 0.56% -
HSV(B) 309.79º 0.8% 0.93% -
XYZ 47.08 24.49 60.64 -
YUV 121.94 175.45 210.07 -
System Red Green Blue C M Y K H S L
Decimal 237 47 206 0 0.80 0.13 0.07 309.79 0.84 0.56
Hex ED 2F CE 0 50 D 7 136 54 38
Octal 355 57 316 0 120 15 7 466 124 70
Binary 11101101 101111 11001110 0 1010000 1101 111 100110110 1010100 111000

Color Harmonies of #ED2FCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED2FCE

Black with #ED2FCE

Text Example


Text Example

White with #ED2FCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED2FCE; }

 p { color: rgb(237,47,206); }

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

background-color css

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

 a { background-color: rgb(237,47,206); }

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

border-color css

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

 span { border-color: rgb(237,47,206); }

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