Html Css Color HEX #E07E86 Carissma

📋 copy color: '#E07E86'

red 224 ◦ green 126 ◦ blue 134

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

Shades of Carissma #E07E86

Tints of Carissma #E07E86

RGB

 RED value IS 224 (87.89% from 255) = 46.28%

 GREEN value IS 126 (49.61% from 255) = 26.03%

 BLUE value IS 134 (52.73% from 255) = 27.69%

R = 46.28%
G = 26.03%
B = 27.69%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.40

 K value IS 0.12

RGB Variations

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

Color information

#E07E86 (or 0xE07E86) is known color: Carissma. HEX triplet: E0, 7E and 86. RGB value is (224,126,134). Sum of RGB (Red+Green+Blue) = 224+126+134=484 (64% of max value = 765). Red value is 224 (87.89% from 255 or 46.28% from 484); Green value is 126 (49.61% from 255 or 26.03% from 484); Blue value is 134 (52.73% from 255 or 27.69% from 484); Max value from RGB is 224 - color contains mainly: red. Hex color #E07E86 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E07E86 is #1F8179. Grayscale: #9C9C9C. Windows color (decimal): -2064762 or 8814304. OLE color: 8814304.

HSL color Cylindrical-coordinate representation of color #E07E86: hue angle of 355.1º degrees, saturation: 0.61, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #E07E86 is Cyan = 0, Magento = 0.44, Yellow = 0.40 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 126 134 -
CMYK 0 0.44 0.40 0.12
HSL 355.1º 0.61% 0.69% -
HSV(B) 355.1º 0.44% 0.88% -
XYZ 42.5 32.49 26.59 -
YUV 156.21 115.47 176.35 -
System Red Green Blue C M Y K H S L
Decimal 224 126 134 0 0.44 0.40 0.12 355.1 0.61 0.69
Hex E0 7E 86 0 2C 28 C 163 3D 45
Octal 340 176 206 0 54 50 14 543 75 105
Binary 11100000 1111110 10000110 0 101100 101000 1100 101100011 111101 1000101

Color Harmonies of #E07E86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E07E86

Black with #E07E86

Text Example


Text Example

White with #E07E86

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E07E86; }

 p { color: rgb(224,126,134); }

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

background-color css

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

 a { background-color: rgb(224,126,134); }

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

border-color css

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

 span { border-color: rgb(224,126,134); }

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