#EA7B92

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

Shades of Carissma #EA7B92

Tints of Carissma #EA7B92

Color information

#EA7B92 (or 0xEA7B92) is unknown color: approx Carissma. HEX triplet: EA, 7B and 92. RGB value is (234,123,146). Sum of RGB (Red+Green+Blue) = 234+123+146=503 (66% of max value = 765). Red value is 234 (91.80% from 255 or 46.52% from 503); Green value is 123 (48.44% from 255 or 24.45% from 503); Blue value is 146 (57.42% from 255 or 29.03% from 503); Max value from RGB is 234 - color contains mainly: red. Hex color #EA7B92 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EA7B92 is #15846D. Grayscale: #9E9E9E. Windows color (decimal): -1410158 or 9599978. OLE color: 9599978.

HSL color Cylindrical-coordinate representation of color #EA7B92: hue angle of 347.57º degrees, saturation: 0.73, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #EA7B92 is Cyan = 0, Magento = 0.47, Yellow = 0.38 and Black (K on CMYK) = 0.08.

Color convert

RGB234123146-
CMYK00.470.380.08
HSL347.57º72.55%70%-
HSV(B)347.57º47.44%91.76%-
XYZ46.233.7331.27-
YUV158.81120.77181.63-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 46.52%
GREEN value IS 123 (48.44% from 255) = 24.45%
BLUE value IS 146 (57.42% from 255) = 29.03%
R=46.52%
G=24.45%
B=29.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.38
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23412314600.470.380.08347.5772.5570
HexEA7B9202F26815c4946
Octal3521732220574610534111106
Binary111010101111011100100100101111100110100010101110010010011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA7B92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA7B92; }

 p { color: rgb(234,123,146); }

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

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

 a { background-color: rgb(234,123,146); }

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

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

 span { border-color: rgb(234,123,146); }

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