#ED8694

Color #ED8694 Carissma (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Carissma #ED8694

Tints of Carissma #ED8694

Color information

#ED8694 (or 0xED8694) is unknown color: approx Carissma. HEX triplet: ED, 86 and 94. RGB value is (237,134,148). Sum of RGB (Red+Green+Blue) = 237+134+148=519 (68% of max value = 765). Red value is 237 (92.97% from 255 or 45.66% from 519); Green value is 134 (52.73% from 255 or 25.82% from 519); Blue value is 148 (58.20% from 255 or 28.52% from 519); Max value from RGB is 237 - color contains mainly: red. Hex color #ED8694 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ED8694 is #12796B. Grayscale: #A6A6A6. Windows color (decimal): -1210732 or 9733869. OLE color: 9733869.

HSL color Cylindrical-coordinate representation of color #ED8694: hue angle of 351.84º degrees, saturation: 0.74, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #ED8694 is Cyan = 0, Magento = 0.43, Yellow = 0.38 and Black (K on CMYK) = 0.07.

Color convert

RGB237134148-
CMYK00.430.380.07
HSL351.84º74.1%72.75%-
HSV(B)351.84º43.46%92.94%-
XYZ48.837.1932.62-
YUV166.39117.62178.36-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 45.66%
GREEN value IS 134 (52.73% from 255) = 25.82%
BLUE value IS 148 (58.20% from 255) = 28.52%
R=45.66%
G=25.82%
B=28.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.38
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23713414800.430.380.07351.8474.172.75
HexED869402B2671604a49
Octal355206224053467540112111
Binary111011011000011010010100010101110011011110110000010010101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED8694

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED8694; }

 p { color: rgb(237,134,148); }

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

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

 a { background-color: rgb(237,134,148); }

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

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

 span { border-color: rgb(237,134,148); }

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