Html Css Color HEX #ED2FC6 Razzle Dazzle Rose

📋 copy color: '#ED2FC6'

red 237 ◦ green 47 ◦ blue 198

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

Shades of Razzle Dazzle Rose #ED2FC6

Tints of Razzle Dazzle Rose #ED2FC6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 41.08%

R = 49.17%
G = 9.75%
B = 41.08%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.16

 K value IS 0.07

RGB Variations

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

Color information

#ED2FC6 (or 0xED2FC6) is known color: Razzle Dazzle Rose. HEX triplet: ED, 2F and C6. RGB value is (237,47,198). Sum of RGB (Red+Green+Blue) = 237+47+198=482 (63% of max value = 765). Red value is 237 (92.97% from 255 or 49.17% from 482); Green value is 47 (18.75% from 255 or 9.75% from 482); Blue value is 198 (77.73% from 255 or 41.08% from 482); Max value from RGB is 237 - color contains mainly: red. Hex color #ED2FC6 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #ED2FC6 is #12D039. Grayscale: #787878. Windows color (decimal): -1232954 or 12988397. OLE color: 12988397.

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

Color convert

RGB 237 47 198 -
CMYK 0 0.80 0.16 0.07
HSL 312.32º 0.84% 0.56% -
HSV(B) 312.32º 0.8% 0.93% -
XYZ 46.13 24.11 55.65 -
YUV 121.02 171.45 210.72 -
System Red Green Blue C M Y K H S L
Decimal 237 47 198 0 0.80 0.16 0.07 312.32 0.84 0.56
Hex ED 2F C6 0 50 10 7 138 54 38
Octal 355 57 306 0 120 20 7 470 124 70
Binary 11101101 101111 11000110 0 1010000 10000 111 100111000 1010100 111000

Color Harmonies of #ED2FC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED2FC6

Black with #ED2FC6

Text Example


Text Example

White with #ED2FC6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED2FC6; }

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

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

background-color css

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

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

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

border-color css

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

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

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