Html Css Color HEX #E68A9E Carissma

📋 copy color: '#E68A9E'

red 230 ◦ green 138 ◦ blue 158

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

Shades of Carissma #E68A9E

Tints of Carissma #E68A9E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 30.04%

R = 43.73%
G = 26.24%
B = 30.04%

CMYK

 C value IS 0

 M value IS 0.4

 Y value IS 0.31

 K value IS 0.10

RGB Variations

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

Color information

#E68A9E (or 0xE68A9E) is known color: Carissma. HEX triplet: E6, 8A and 9E. RGB value is (230,138,158). Sum of RGB (Red+Green+Blue) = 230+138+158=526 (69% of max value = 765). Red value is 230 (90.23% from 255 or 43.73% from 526); Green value is 138 (54.30% from 255 or 26.24% from 526); Blue value is 158 (62.11% from 255 or 30.04% from 526); Max value from RGB is 230 - color contains mainly: red. Hex color #E68A9E is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E68A9E is #197561. Grayscale: #A7A7A7. Windows color (decimal): -1668450 or 10390246. OLE color: 10390246.

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

Color convert

RGB 230 138 158 -
CMYK 0 0.4 0.31 0.10
HSL 346.96º 0.65% 0.72% -
HSV(B) 346.96º 0.4% 0.9% -
XYZ 47.89 37.47 37.06 -
YUV 167.79 122.48 172.37 -
System Red Green Blue C M Y K H S L
Decimal 230 138 158 0 0.4 0.31 0.10 346.96 0.65 0.72
Hex E6 8A 9E 0 28 1F A 15B 41 48
Octal 346 212 236 0 50 37 12 533 101 110
Binary 11100110 10001010 10011110 0 101000 11111 1010 101011011 1000001 1001000

Color Harmonies of #E68A9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E68A9E

Black with #E68A9E

Text Example


Text Example

White with #E68A9E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E68A9E; }

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

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

background-color css

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

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

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

border-color css

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

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

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