Html Css Color HEX #E07E8D Carissma

📋 copy color: '#E07E8D'

red 224 ◦ green 126 ◦ blue 141

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

Shades of Carissma #E07E8D

Tints of Carissma #E07E8D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 28.72%

R = 45.62%
G = 25.66%
B = 28.72%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.37

 K value IS 0.12

RGB Variations

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

Color information

#E07E8D (or 0xE07E8D) is known color: Carissma. HEX triplet: E0, 7E and 8D. RGB value is (224,126,141). Sum of RGB (Red+Green+Blue) = 224+126+141=491 (65% of max value = 765). Red value is 224 (87.89% from 255 or 45.62% from 491); Green value is 126 (49.61% from 255 or 25.66% from 491); Blue value is 141 (55.47% from 255 or 28.72% from 491); Max value from RGB is 224 - color contains mainly: red. Hex color #E07E8D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E07E8D is #1F8172. Grayscale: #9D9D9D. Windows color (decimal): -2064755 or 9273056. OLE color: 9273056.

HSL color Cylindrical-coordinate representation of color #E07E8D: hue angle of 350.82º 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 #E07E8D is Cyan = 0, Magento = 0.44, Yellow = 0.37 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 126 141 -
CMYK 0 0.44 0.37 0.12
HSL 350.82º 0.61% 0.69% -
HSV(B) 350.82º 0.44% 0.88% -
XYZ 43.01 32.69 29.24 -
YUV 157.01 118.97 175.78 -
System Red Green Blue C M Y K H S L
Decimal 224 126 141 0 0.44 0.37 0.12 350.82 0.61 0.69
Hex E0 7E 8D 0 2C 25 C 15F 3D 45
Octal 340 176 215 0 54 45 14 537 75 105
Binary 11100000 1111110 10001101 0 101100 100101 1100 101011111 111101 1000101

Color Harmonies of #E07E8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E07E8D

Black with #E07E8D

Text Example


Text Example

White with #E07E8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E07E8D; }

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

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

background-color css

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

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

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

border-color css

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

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

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