Html Css Color HEX #E98294 Carissma

📋 copy color: '#E98294'

red 233 ◦ green 130 ◦ blue 148

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

Shades of Carissma #E98294

Tints of Carissma #E98294

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 28.96%

R = 45.6%
G = 25.44%
B = 28.96%

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

#E98294 (or 0xE98294) is known color: Carissma. HEX triplet: E9, 82 and 94. RGB value is (233,130,148). Sum of RGB (Red+Green+Blue) = 233+130+148=511 (67% of max value = 765). Red value is 233 (91.41% from 255 or 45.60% from 511); Green value is 130 (51.17% from 255 or 25.44% from 511); Blue value is 148 (58.20% from 255 or 28.96% from 511); Max value from RGB is 233 - color contains mainly: red. Hex color #E98294 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E98294 is #167D6B. Grayscale: #A2A2A2. Windows color (decimal): -1473900 or 9732841. OLE color: 9732841.

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

Color convert

RGB 233 130 148 -
CMYK 0 0.44 0.36 0.09
HSL 349.51º 0.7% 0.71% -
HSV(B) 349.51º 0.44% 0.91% -
XYZ 46.93 35.43 32.38 -
YUV 162.85 119.62 178.04 -
System Red Green Blue C M Y K H S L
Decimal 233 130 148 0 0.44 0.36 0.09 349.51 0.7 0.71
Hex E9 82 94 0 2C 24 9 15E 46 47
Octal 351 202 224 0 54 44 11 536 106 107
Binary 11101001 10000010 10010100 0 101100 100100 1001 101011110 1000110 1000111

Color Harmonies of #E98294

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E98294

Black with #E98294

Text Example


Text Example

White with #E98294

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E98294; }

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

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

background-color css

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

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

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

border-color css

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

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

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