Html Css Color HEX #E07F86 Carissma

📋 copy color: '#E07F86'

red 224 ◦ green 127 ◦ blue 134

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

Shades of Carissma #E07F86

Tints of Carissma #E07F86

RGB

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

 GREEN value IS 127 (50% from 255) = 26.19%

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

R = 46.19%
G = 26.19%
B = 27.63%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.40

 K value IS 0.12

RGB Variations

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

Color information

#E07F86 (or 0xE07F86) is known color: Carissma. HEX triplet: E0, 7F and 86. RGB value is (224,127,134). Sum of RGB (Red+Green+Blue) = 224+127+134=485 (64% of max value = 765). Red value is 224 (87.89% from 255 or 46.19% from 485); Green value is 127 (50% from 255 or 26.19% from 485); Blue value is 134 (52.73% from 255 or 27.63% from 485); Max value from RGB is 224 - color contains mainly: red. Hex color #E07F86 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E07F86 is #1F8079. Grayscale: #9C9C9C. Windows color (decimal): -2064506 or 8814560. OLE color: 8814560.

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

Color convert

RGB 224 127 134 -
CMYK 0 0.43 0.40 0.12
HSL 355.67º 0.61% 0.69% -
HSV(B) 355.67º 0.43% 0.88% -
XYZ 42.63 32.75 26.63 -
YUV 156.8 115.14 175.93 -
System Red Green Blue C M Y K H S L
Decimal 224 127 134 0 0.43 0.40 0.12 355.67 0.61 0.69
Hex E0 7F 86 0 2B 28 C 164 3D 45
Octal 340 177 206 0 53 50 14 544 75 105
Binary 11100000 1111111 10000110 0 101011 101000 1100 101100100 111101 1000101

Color Harmonies of #E07F86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E07F86

Black with #E07F86

Text Example


Text Example

White with #E07F86

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E07F86; }

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

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

background-color css

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

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

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

border-color css

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

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

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