#ED7299

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

Shades of Carissma #ED7299

Tints of Carissma #ED7299

Color information

#ED7299 (or 0xED7299) is unknown color: approx Carissma. HEX triplet: ED, 72 and 99. RGB value is (237,114,153). Sum of RGB (Red+Green+Blue) = 237+114+153=504 (66% of max value = 765). Red value is 237 (92.97% from 255 or 47.02% from 504); Green value is 114 (44.92% from 255 or 22.62% from 504); Blue value is 153 (60.16% from 255 or 30.36% from 504); Max value from RGB is 237 - color contains mainly: red. Hex color #ED7299 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #ED7299 is #128D66. Grayscale: #9B9B9B. Windows color (decimal): -1215847 or 10056429. OLE color: 10056429.

HSL color Cylindrical-coordinate representation of color #ED7299: hue angle of 340.98º degrees, saturation: 0.77, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #ED7299 is Cyan = 0, Magento = 0.52, Yellow = 0.35 and Black (K on CMYK) = 0.07.

Color convert

RGB237114153-
CMYK00.520.350.07
HSL340.98º77.36%68.82%-
HSV(B)340.98º51.9%92.94%-
XYZ46.6932.3433.92-
YUV155.22126.75186.33-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 47.02%
GREEN value IS 114 (44.92% from 255) = 22.62%
BLUE value IS 153 (60.16% from 255) = 30.36%
R=47.02%
G=22.62%
B=30.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.35
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23711415300.520.350.07340.9877.3668.82
HexED72990342371554d45
Octal355162231064437525115105
Binary11101101111001010011001011010010001111110101010110011011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED7299

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED7299; }

 p { color: rgb(237,114,153); }

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

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

 a { background-color: rgb(237,114,153); }

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

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

 span { border-color: rgb(237,114,153); }

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