Html Css Color HEX #E68495 Carissma

📋 copy color: '#E68495'

red 230 ◦ green 132 ◦ blue 149

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

Shades of Carissma #E68495

Tints of Carissma #E68495

RGB

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

 GREEN value IS 132 (51.95% from 255) = 25.83%

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

R = 45.01%
G = 25.83%
B = 29.16%

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

#E68495 (or 0xE68495) is known color: Carissma. HEX triplet: E6, 84 and 95. RGB value is (230,132,149). Sum of RGB (Red+Green+Blue) = 230+132+149=511 (67% of max value = 765). Red value is 230 (90.23% from 255 or 45.01% from 511); Green value is 132 (51.95% from 255 or 25.83% from 511); Blue value is 149 (58.59% from 255 or 29.16% from 511); Max value from RGB is 230 - color contains mainly: red. Hex color #E68495 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E68495 is #197B6A. Grayscale: #A3A3A3. Windows color (decimal): -1669995 or 9798886. OLE color: 9798886.

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

Color convert

RGB 230 132 149 -
CMYK 0 0.43 0.35 0.10
HSL 349.59º 0.66% 0.71% -
HSV(B) 349.59º 0.43% 0.9% -
XYZ 46.31 35.5 32.84 -
YUV 163.24 119.97 175.62 -
System Red Green Blue C M Y K H S L
Decimal 230 132 149 0 0.43 0.35 0.10 349.59 0.66 0.71
Hex E6 84 95 0 2B 23 A 15E 42 47
Octal 346 204 225 0 53 43 12 536 102 107
Binary 11100110 10000100 10010101 0 101011 100011 1010 101011110 1000010 1000111

Color Harmonies of #E68495

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E68495

Black with #E68495

Text Example


Text Example

White with #E68495

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E68495; }

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

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

background-color css

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

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

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

border-color css

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

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

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