#e67f9b

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

Shades of Carissma #E67F9B

Tints of Carissma #E67F9B

Color information

#E67F9B (or 0xE67F9B) is unknown color: approx Carissma. HEX triplet: E6, 7F and 9B. RGB value is (230,127,155). Sum of RGB (Red+Green+Blue) = 230+127+155=512 (67% of max value = 765). Red value is 230 (90.23% from 255 or 44.92% from 512); Green value is 127 (50% from 255 or 24.80% from 512); Blue value is 155 (60.94% from 255 or 30.27% from 512); Max value from RGB is 230 - color contains mainly: red. Hex color #E67F9B is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E67F9B is #198064. Grayscale: #A0A0A0. Windows color (decimal): -1671269 or 10190822. OLE color: 10190822.

HSL color Cylindrical-coordinate representation of color #E67F9B: hue angle of 343.69º degrees, saturation: 0.67, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #E67F9B is Cyan = 0, Magento = 0.45, Yellow = 0.33 and Black (K on CMYK) = 0.10.

Color convert

RGB230127155-
CMYK00.450.330.10
HSL343.69º67.32%70%-
HSV(B)343.69º44.78%90.2%-
XYZ46.1434.3735.21-
YUV160.99124.62177.22-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 44.92%
GREEN value IS 127 (50% from 255) = 24.80%
BLUE value IS 155 (60.94% from 255) = 30.27%
R=44.92%
G=24.80%
B=30.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.33
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23012715500.450.330.10343.6967.3270
HexE67F9B02D21A1584346
Octal3461772330554112530103106
Binary111001101111111100110110101101100001101010101100010000111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e67f9b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e67f9b; }

 p { color: rgb(230,127,155); }

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

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

 a { background-color: rgb(230,127,155); }

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

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

 span { border-color: rgb(230,127,155); }

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