Html Css Color HEX #E68394 Carissma

📋 copy color: '#E68394'

red 230 ◦ green 131 ◦ blue 148

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

Shades of Carissma #E68394

Tints of Carissma #E68394

RGB

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

 GREEN value IS 131 (51.56% from 255) = 25.74%

 BLUE value IS 148 (58.2% from 255) = 29.08%

R = 45.19%
G = 25.74%
B = 29.08%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.36

 K value IS 0.10

RGB Variations

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

Color information

#E68394 (or 0xE68394) is known color: Carissma. HEX triplet: E6, 83 and 94. RGB value is (230,131,148). Sum of RGB (Red+Green+Blue) = 230+131+148=509 (67% of max value = 765). Red value is 230 (90.23% from 255 or 45.19% from 509); Green value is 131 (51.56% from 255 or 25.74% from 509); Blue value is 148 (58.20% from 255 or 29.08% from 509); Max value from RGB is 230 - color contains mainly: red. Hex color #E68394 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E68394 is #197C6B. Grayscale: #A2A2A2. Windows color (decimal): -1670252 or 9733094. OLE color: 9733094.

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

Color convert

RGB 230 131 148 -
CMYK 0 0.43 0.36 0.10
HSL 349.7º 0.66% 0.71% -
HSV(B) 349.7º 0.43% 0.9% -
XYZ 46.09 35.19 32.38 -
YUV 162.54 119.8 176.12 -
System Red Green Blue C M Y K H S L
Decimal 230 131 148 0 0.43 0.36 0.10 349.7 0.66 0.71
Hex E6 83 94 0 2B 24 A 15E 42 47
Octal 346 203 224 0 53 44 12 536 102 107
Binary 11100110 10000011 10010100 0 101011 100100 1010 101011110 1000010 1000111

Color Harmonies of #E68394

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E68394

Black with #E68394

Text Example


Text Example

White with #E68394

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E68394; }

 p { color: rgb(230,131,148); }

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

background-color css

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

 a { background-color: rgb(230,131,148); }

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

border-color css

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

 span { border-color: rgb(230,131,148); }

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