Html Css Color HEX #E68296 Carissma

📋 copy color: '#E68296'

red 230 ◦ green 130 ◦ blue 150

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

Shades of Carissma #E68296

Tints of Carissma #E68296

RGB

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

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

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

R = 45.1%
G = 25.49%
B = 29.41%

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

#E68296 (or 0xE68296) is known color: Carissma. HEX triplet: E6, 82 and 96. RGB value is (230,130,150). Sum of RGB (Red+Green+Blue) = 230+130+150=510 (67% of max value = 765). Red value is 230 (90.23% from 255 or 45.10% from 510); Green value is 130 (51.17% from 255 or 25.49% from 510); Blue value is 150 (58.98% from 255 or 29.41% from 510); Max value from RGB is 230 - color contains mainly: red. Hex color #E68296 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E68296 is #197D69. Grayscale: #A2A2A2. Windows color (decimal): -1670506 or 9863910. OLE color: 9863910.

HSL color Cylindrical-coordinate representation of color #E68296: hue angle of 348º 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 #E68296 is Cyan = 0, Magento = 0.43, Yellow = 0.35 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 130 150 -
CMYK 0 0.43 0.35 0.10
HSL 348º 0.67% 0.71% -
HSV(B) 348º 0.43% 0.9% -
XYZ 46.12 34.99 33.18 -
YUV 162.18 121.13 176.37 -
System Red Green Blue C M Y K H S L
Decimal 230 130 150 0 0.43 0.35 0.10 348 0.67 0.71
Hex E6 82 96 0 2B 23 A 15C 43 47
Octal 346 202 226 0 53 43 12 534 103 107
Binary 11100110 10000010 10010110 0 101011 100011 1010 101011100 1000011 1000111

Color Harmonies of #E68296

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E68296

Black with #E68296

Text Example


Text Example

White with #E68296

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E68296; }

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

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

background-color css

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

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

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

border-color css

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

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

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