Html Css Color HEX #E68AA0 Carissma

📋 copy color: '#E68AA0'

red 230 ◦ green 138 ◦ blue 160

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

Shades of Carissma #E68AA0

Tints of Carissma #E68AA0

RGB

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

 GREEN value IS 138 (54.3% from 255) = 26.14%

 BLUE value IS 160 (62.89% from 255) = 30.3%

R = 43.56%
G = 26.14%
B = 30.3%

CMYK

 C value IS 0

 M value IS 0.4

 Y value IS 0.30

 K value IS 0.10

RGB Variations

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

Color information

#E68AA0 (or 0xE68AA0) is known color: Carissma. HEX triplet: E6, 8A and A0. RGB value is (230,138,160). Sum of RGB (Red+Green+Blue) = 230+138+160=528 (69% of max value = 765). Red value is 230 (90.23% from 255 or 43.56% from 528); Green value is 138 (54.30% from 255 or 26.14% from 528); Blue value is 160 (62.89% from 255 or 30.30% from 528); Max value from RGB is 230 - color contains mainly: red. Hex color #E68AA0 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E68AA0 is #19755F. Grayscale: #A8A8A8. Windows color (decimal): -1668448 or 10521318. OLE color: 10521318.

HSL color Cylindrical-coordinate representation of color #E68AA0: hue angle of 345.65º degrees, saturation: 0.65, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #E68AA0 is Cyan = 0, Magento = 0.4, Yellow = 0.30 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 138 160 -
CMYK 0 0.4 0.30 0.10
HSL 345.65º 0.65% 0.72% -
HSV(B) 345.65º 0.4% 0.9% -
XYZ 48.07 37.54 37.97 -
YUV 168.02 123.48 172.21 -
System Red Green Blue C M Y K H S L
Decimal 230 138 160 0 0.4 0.30 0.10 345.65 0.65 0.72
Hex E6 8A A0 0 28 1E A 15A 41 48
Octal 346 212 240 0 50 36 12 532 101 110
Binary 11100110 10001010 10100000 0 101000 11110 1010 101011010 1000001 1001000

Color Harmonies of #E68AA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E68AA0

Black with #E68AA0

Text Example


Text Example

White with #E68AA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E68AA0; }

 p { color: rgb(230,138,160); }

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

background-color css

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

 a { background-color: rgb(230,138,160); }

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

border-color css

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

 span { border-color: rgb(230,138,160); }

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