Html Css Color HEX #E98296 Carissma

📋 copy color: '#E98296'

red 233 ◦ green 130 ◦ blue 150

#E98296
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Carissma #E98296

Tints of Carissma #E98296

RGB

 RED value IS 233 (91.41% from 255) = 45.42%

 GREEN value IS 130 (51.17% from 255) = 25.34%

 BLUE value IS 150 (58.98% from 255) = 29.24%

R = 45.42%
G = 25.34%
B = 29.24%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.36

 K value IS 0.09

RGB Variations

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

Color information

#E98296 (or 0xE98296) is known color: Carissma. HEX triplet: E9, 82 and 96. RGB value is (233,130,150). Sum of RGB (Red+Green+Blue) = 233+130+150=513 (67% of max value = 765). Red value is 233 (91.41% from 255 or 45.42% from 513); Green value is 130 (51.17% from 255 or 25.34% from 513); Blue value is 150 (58.98% from 255 or 29.24% from 513); Max value from RGB is 233 - color contains mainly: red. Hex color #E98296 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E98296 is #167D69. Grayscale: #A3A3A3. Windows color (decimal): -1473898 or 9863913. OLE color: 9863913.

HSL color Cylindrical-coordinate representation of color #E98296: hue angle of 348.35º degrees, saturation: 0.7, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #E98296 is Cyan = 0, Magento = 0.44, Yellow = 0.36 and Black (K on CMYK) = 0.09.

Color convert

RGB 233 130 150 -
CMYK 0 0.44 0.36 0.09
HSL 348.35º 0.7% 0.71% -
HSV(B) 348.35º 0.44% 0.91% -
XYZ 47.09 35.49 33.22 -
YUV 163.08 120.62 177.87 -
System Red Green Blue C M Y K H S L
Decimal 233 130 150 0 0.44 0.36 0.09 348.35 0.7 0.71
Hex E9 82 96 0 2C 24 9 15C 46 47
Octal 351 202 226 0 54 44 11 534 106 107
Binary 11101001 10000010 10010110 0 101100 100100 1001 101011100 1000110 1000111

Color Harmonies of #E98296

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E98296

Black with #E98296

Text Example


Text Example

White with #E98296

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E98296; }

 p { color: rgb(233,130,150); }

 H1.HeaderClassName
 {
   color: #E98296;
 }
 .AnyTagClassName
 {
   color: #E98296;
 }
</style>

background-color css

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

 a { background-color: rgb(233,130,150); }

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

border-color css

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

 span { border-color: rgb(233,130,150); }

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