Html Css Color HEX #E68391 Carissma

📋 copy color: '#E68391'

red 230 ◦ green 131 ◦ blue 145

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

Shades of Carissma #E68391

Tints of Carissma #E68391

RGB

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

 GREEN value IS 131 (51.56% from 255) = 25.89%

 BLUE value IS 145 (57.03% from 255) = 28.66%

R = 45.45%
G = 25.89%
B = 28.66%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.37

 K value IS 0.10

RGB Variations

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

Color information

#E68391 (or 0xE68391) is known color: Carissma. HEX triplet: E6, 83 and 91. RGB value is (230,131,145). Sum of RGB (Red+Green+Blue) = 230+131+145=506 (67% of max value = 765). Red value is 230 (90.23% from 255 or 45.45% from 506); Green value is 131 (51.56% from 255 or 25.89% from 506); Blue value is 145 (57.03% from 255 or 28.66% from 506); Max value from RGB is 230 - color contains mainly: red. Hex color #E68391 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E68391 is #197C6E. Grayscale: #A2A2A2. Windows color (decimal): -1670255 or 9536486. OLE color: 9536486.

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

Color convert

RGB 230 131 145 -
CMYK 0 0.43 0.37 0.10
HSL 351.52º 0.66% 0.71% -
HSV(B) 351.52º 0.43% 0.9% -
XYZ 45.86 35.1 31.15 -
YUV 162.2 118.3 176.36 -
System Red Green Blue C M Y K H S L
Decimal 230 131 145 0 0.43 0.37 0.10 351.52 0.66 0.71
Hex E6 83 91 0 2B 25 A 160 42 47
Octal 346 203 221 0 53 45 12 540 102 107
Binary 11100110 10000011 10010001 0 101011 100101 1010 101100000 1000010 1000111

Color Harmonies of #E68391

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E68391

Black with #E68391

Text Example


Text Example

White with #E68391

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E68391; }

 p { color: rgb(230,131,145); }

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

background-color css

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

 a { background-color: rgb(230,131,145); }

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

border-color css

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

 span { border-color: rgb(230,131,145); }

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