Html Css Color HEX #E07F8C Carissma

📋 copy color: '#E07F8C'

red 224 ◦ green 127 ◦ blue 140

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

Shades of Carissma #E07F8C

Tints of Carissma #E07F8C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 28.51%

R = 45.62%
G = 25.87%
B = 28.51%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.38

 K value IS 0.12

RGB Variations

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

Color information

#E07F8C (or 0xE07F8C) is known color: Carissma. HEX triplet: E0, 7F and 8C. RGB value is (224,127,140). Sum of RGB (Red+Green+Blue) = 224+127+140=491 (65% of max value = 765). Red value is 224 (87.89% from 255 or 45.62% from 491); Green value is 127 (50% from 255 or 25.87% from 491); Blue value is 140 (55.08% from 255 or 28.51% from 491); Max value from RGB is 224 - color contains mainly: red. Hex color #E07F8C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E07F8C is #1F8073. Grayscale: #9D9D9D. Windows color (decimal): -2064500 or 9207776. OLE color: 9207776.

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

Color convert

RGB 224 127 140 -
CMYK 0 0.43 0.38 0.12
HSL 351.96º 0.61% 0.69% -
HSV(B) 351.96º 0.43% 0.88% -
XYZ 43.06 32.92 28.9 -
YUV 157.49 118.14 175.44 -
System Red Green Blue C M Y K H S L
Decimal 224 127 140 0 0.43 0.38 0.12 351.96 0.61 0.69
Hex E0 7F 8C 0 2B 26 C 160 3D 45
Octal 340 177 214 0 53 46 14 540 75 105
Binary 11100000 1111111 10001100 0 101011 100110 1100 101100000 111101 1000101

Color Harmonies of #E07F8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E07F8C

Black with #E07F8C

Text Example


Text Example

White with #E07F8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E07F8C; }

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

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

background-color css

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

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

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

border-color css

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

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

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