Html Css Color HEX #E68B9D Carissma

📋 copy color: '#E68B9D'

red 230 ◦ green 139 ◦ blue 157

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

Shades of Carissma #E68B9D

Tints of Carissma #E68B9D

RGB

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

 GREEN value IS 139 (54.69% from 255) = 26.43%

 BLUE value IS 157 (61.72% from 255) = 29.85%

R = 43.73%
G = 26.43%
B = 29.85%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.32

 K value IS 0.10

RGB Variations

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

Color information

#E68B9D (or 0xE68B9D) is known color: Carissma. HEX triplet: E6, 8B and 9D. RGB value is (230,139,157). Sum of RGB (Red+Green+Blue) = 230+139+157=526 (69% of max value = 765). Red value is 230 (90.23% from 255 or 43.73% from 526); Green value is 139 (54.69% from 255 or 26.43% from 526); Blue value is 157 (61.72% from 255 or 29.85% from 526); Max value from RGB is 230 - color contains mainly: red. Hex color #E68B9D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E68B9D is #197462. Grayscale: #A8A8A8. Windows color (decimal): -1668195 or 10324966. OLE color: 10324966.

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

Color convert

RGB 230 139 157 -
CMYK 0 0.40 0.32 0.10
HSL 348.13º 0.65% 0.72% -
HSV(B) 348.13º 0.4% 0.9% -
XYZ 47.95 37.72 36.65 -
YUV 168.26 121.65 172.04 -
System Red Green Blue C M Y K H S L
Decimal 230 139 157 0 0.40 0.32 0.10 348.13 0.65 0.72
Hex E6 8B 9D 0 28 20 A 15C 41 48
Octal 346 213 235 0 50 40 12 534 101 110
Binary 11100110 10001011 10011101 0 101000 100000 1010 101011100 1000001 1001000

Color Harmonies of #E68B9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E68B9D

Black with #E68B9D

Text Example


Text Example

White with #E68B9D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E68B9D; }

 p { color: rgb(230,139,157); }

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

background-color css

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

 a { background-color: rgb(230,139,157); }

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

border-color css

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

 span { border-color: rgb(230,139,157); }

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