#ED7298

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

Shades of Carissma #ED7298

Tints of Carissma #ED7298

Color information

#ED7298 (or 0xED7298) is unknown color: approx Carissma. HEX triplet: ED, 72 and 98. RGB value is (237,114,152). Sum of RGB (Red+Green+Blue) = 237+114+152=503 (66% of max value = 765). Red value is 237 (92.97% from 255 or 47.12% from 503); Green value is 114 (44.92% from 255 or 22.66% from 503); Blue value is 152 (59.77% from 255 or 30.22% from 503); Max value from RGB is 237 - color contains mainly: red. Hex color #ED7298 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #ED7298 is #128D67. Grayscale: #9B9B9B. Windows color (decimal): -1215848 or 9990893. OLE color: 9990893.

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

Color convert

RGB237114152-
CMYK00.520.360.07
HSL341.46º77.36%68.82%-
HSV(B)341.46º51.9%92.94%-
XYZ46.6132.3133.48-
YUV155.11126.25186.41-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 47.12%
GREEN value IS 114 (44.92% from 255) = 22.66%
BLUE value IS 152 (59.77% from 255) = 30.22%
R=47.12%
G=22.66%
B=30.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.36
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23711415200.520.360.07341.4677.3668.82
HexED72980342471554d45
Octal355162230064447525115105
Binary11101101111001010011000011010010010011110101010110011011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED7298

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED7298; }

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

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

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

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

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

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

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

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