#ED38C6

Color #ED38C6 Razzle Dazzle Rose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Razzle Dazzle Rose #ED38C6

Tints of Razzle Dazzle Rose #ED38C6

Color information

#ED38C6 (or 0xED38C6) is unknown color: approx Razzle Dazzle Rose. HEX triplet: ED, 38 and C6. RGB value is (237,56,198). Sum of RGB (Red+Green+Blue) = 237+56+198=491 (65% of max value = 765). Red value is 237 (92.97% from 255 or 48.27% from 491); Green value is 56 (22.27% from 255 or 11.41% from 491); Blue value is 198 (77.73% from 255 or 40.33% from 491); Max value from RGB is 237 - color contains mainly: red. Hex color #ED38C6 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #ED38C6 is #12C739. Grayscale: #7D7D7D. Windows color (decimal): -1230650 or 12990701. OLE color: 12990701.

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

Color convert

RGB23756198-
CMYK00.760.160.07
HSL312.93º83.41%57.45%-
HSV(B)312.93º76.37%92.94%-
XYZ46.5324.9155.78-
YUV126.31168.47206.95-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 48.27%
GREEN value IS 56 (22.27% from 255) = 11.41%
BLUE value IS 198 (77.73% from 255) = 40.33%
R=48.27%
G=11.41%
B=40.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.16
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2375619800.760.160.07312.9383.4157.45
HexED38C604C1071395339
Octal35570306011420747112371
Binary111011011110001100011001001100100001111001110011010011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED38C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED38C6; }

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

 H1.HeaderClassName
 {
   color: #ED38C6;
 }
 .AnyTagClassName
 {
   color: #ED38C6;
 }
</style>
background-color css

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

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

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

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

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

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