Html Css Color HEX #E68291 Carissma

📋 copy color: '#E68291'

red 230 ◦ green 130 ◦ blue 145

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

Shades of Carissma #E68291

Tints of Carissma #E68291

RGB

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

 GREEN value IS 130 (51.17% from 255) = 25.74%

 BLUE value IS 145 (57.03% from 255) = 28.71%

R = 45.54%
G = 25.74%
B = 28.71%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.37

 K value IS 0.10

RGB Variations

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

Color information

#E68291 (or 0xE68291) is known color: Carissma. HEX triplet: E6, 82 and 91. RGB value is (230,130,145). Sum of RGB (Red+Green+Blue) = 230+130+145=505 (66% of max value = 765). Red value is 230 (90.23% from 255 or 45.54% from 505); Green value is 130 (51.17% from 255 or 25.74% from 505); Blue value is 145 (57.03% from 255 or 28.71% from 505); Max value from RGB is 230 - color contains mainly: red. Hex color #E68291 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E68291 is #197D6E. Grayscale: #A1A1A1. Windows color (decimal): -1670511 or 9536230. OLE color: 9536230.

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

Color convert

RGB 230 130 145 -
CMYK 0 0.43 0.37 0.10
HSL 351º 0.67% 0.71% -
HSV(B) 351º 0.43% 0.9% -
XYZ 45.73 34.83 31.1 -
YUV 161.61 118.63 176.78 -
System Red Green Blue C M Y K H S L
Decimal 230 130 145 0 0.43 0.37 0.10 351 0.67 0.71
Hex E6 82 91 0 2B 25 A 15F 43 47
Octal 346 202 221 0 53 45 12 537 103 107
Binary 11100110 10000010 10010001 0 101011 100101 1010 101011111 1000011 1000111

Color Harmonies of #E68291

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E68291

Black with #E68291

Text Example


Text Example

White with #E68291

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E68291; }

 p { color: rgb(230,130,145); }

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

background-color css

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

 a { background-color: rgb(230,130,145); }

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

border-color css

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

 span { border-color: rgb(230,130,145); }

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