Html Css Color HEX #E68C9D Carissma

📋 copy color: '#E68C9D'

red 230 ◦ green 140 ◦ blue 157

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

Shades of Carissma #E68C9D

Tints of Carissma #E68C9D

RGB

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

 GREEN value IS 140 (55.08% from 255) = 26.57%

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

R = 43.64%
G = 26.57%
B = 29.79%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.32

 K value IS 0.10

RGB Variations

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

Color information

#E68C9D (or 0xE68C9D) is known color: Carissma. HEX triplet: E6, 8C and 9D. RGB value is (230,140,157). Sum of RGB (Red+Green+Blue) = 230+140+157=527 (69% of max value = 765). Red value is 230 (90.23% from 255 or 43.64% from 527); Green value is 140 (55.08% from 255 or 26.57% from 527); Blue value is 157 (61.72% from 255 or 29.79% from 527); Max value from RGB is 230 - color contains mainly: red. Hex color #E68C9D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E68C9D is #197362. Grayscale: #A8A8A8. Windows color (decimal): -1667939 or 10325222. OLE color: 10325222.

HSL color Cylindrical-coordinate representation of color #E68C9D: hue angle of 348.67º degrees, saturation: 0.64, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #E68C9D is Cyan = 0, Magento = 0.39, Yellow = 0.32 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 140 157 -
CMYK 0 0.39 0.32 0.10
HSL 348.67º 0.64% 0.73% -
HSV(B) 348.67º 0.39% 0.9% -
XYZ 48.1 38.01 36.7 -
YUV 168.85 121.32 171.62 -
System Red Green Blue C M Y K H S L
Decimal 230 140 157 0 0.39 0.32 0.10 348.67 0.64 0.73
Hex E6 8C 9D 0 27 20 A 15D 40 49
Octal 346 214 235 0 47 40 12 535 100 111
Binary 11100110 10001100 10011101 0 100111 100000 1010 101011101 1000000 1001001

Color Harmonies of #E68C9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E68C9D

Black with #E68C9D

Text Example


Text Example

White with #E68C9D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E68C9D; }

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

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

background-color css

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

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

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

border-color css

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

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

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