#E07B98

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

Shades of Carissma #E07B98

Tints of Carissma #E07B98

Color information

#E07B98 (or 0xE07B98) is unknown color: approx Carissma. HEX triplet: E0, 7B and 98. RGB value is (224,123,152). Sum of RGB (Red+Green+Blue) = 224+123+152=499 (66% of max value = 765). Red value is 224 (87.89% from 255 or 44.89% from 499); Green value is 123 (48.44% from 255 or 24.65% from 499); Blue value is 152 (59.77% from 255 or 30.46% from 499); Max value from RGB is 224 - color contains mainly: red. Hex color #E07B98 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E07B98 is #1F8467. Grayscale: #9C9C9C. Windows color (decimal): -2065512 or 9993184. OLE color: 9993184.

HSL color Cylindrical-coordinate representation of color #E07B98: hue angle of 342.77º degrees, saturation: 0.62, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #E07B98 is Cyan = 0, Magento = 0.45, Yellow = 0.32 and Black (K on CMYK) = 0.12.

Color convert

RGB224123152-
CMYK00.450.320.12
HSL342.77º61.96%68.04%-
HSV(B)342.77º45.09%87.84%-
XYZ43.4932.2833.64-
YUV156.5125.46176.14-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 44.89%
GREEN value IS 123 (48.44% from 255) = 24.65%
BLUE value IS 152 (59.77% from 255) = 30.46%
R=44.89%
G=24.65%
B=30.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.32
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22412315200.450.320.12342.7761.9668.04
HexE07B9802D20C1573e44
Octal340173230055401452776104
Binary11100000111101110011000010110110000011001010101111111101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E07B98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E07B98; }

 p { color: rgb(224,123,152); }

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

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

 a { background-color: rgb(224,123,152); }

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

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

 span { border-color: rgb(224,123,152); }

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