Html Css Color HEX #E68295 Carissma

📋 copy color: '#E68295'

red 230 ◦ green 130 ◦ blue 149

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

Shades of Carissma #E68295

Tints of Carissma #E68295

RGB

 RED value IS 230 (90.23% from 255) = 45.19%

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

 BLUE value IS 149 (58.59% from 255) = 29.27%

R = 45.19%
G = 25.54%
B = 29.27%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.35

 K value IS 0.10

RGB Variations

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

Color information

#E68295 (or 0xE68295) is known color: Carissma. HEX triplet: E6, 82 and 95. RGB value is (230,130,149). Sum of RGB (Red+Green+Blue) = 230+130+149=509 (67% of max value = 765). Red value is 230 (90.23% from 255 or 45.19% from 509); Green value is 130 (51.17% from 255 or 25.54% from 509); Blue value is 149 (58.59% from 255 or 29.27% from 509); Max value from RGB is 230 - color contains mainly: red. Hex color #E68295 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E68295 is #197D6A. Grayscale: #A2A2A2. Windows color (decimal): -1670507 or 9798374. OLE color: 9798374.

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

Color convert

RGB 230 130 149 -
CMYK 0 0.43 0.35 0.10
HSL 348.6º 0.67% 0.71% -
HSV(B) 348.6º 0.43% 0.9% -
XYZ 46.04 34.96 32.75 -
YUV 162.07 120.63 176.46 -
System Red Green Blue C M Y K H S L
Decimal 230 130 149 0 0.43 0.35 0.10 348.6 0.67 0.71
Hex E6 82 95 0 2B 23 A 15D 43 47
Octal 346 202 225 0 53 43 12 535 103 107
Binary 11100110 10000010 10010101 0 101011 100011 1010 101011101 1000011 1000111

Color Harmonies of #E68295

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E68295

Black with #E68295

Text Example


Text Example

White with #E68295

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E68295; }

 p { color: rgb(230,130,149); }

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

background-color css

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

 a { background-color: rgb(230,130,149); }

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

border-color css

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

 span { border-color: rgb(230,130,149); }

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