Html Css Color HEX #E07C8A Carissma

📋 copy color: '#E07C8A'

red 224 ◦ green 124 ◦ blue 138

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

Shades of Carissma #E07C8A

Tints of Carissma #E07C8A

RGB

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

 GREEN value IS 124 (48.83% from 255) = 25.51%

 BLUE value IS 138 (54.3% from 255) = 28.4%

R = 46.09%
G = 25.51%
B = 28.4%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.38

 K value IS 0.12

RGB Variations

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

Color information

#E07C8A (or 0xE07C8A) is known color: Carissma. HEX triplet: E0, 7C and 8A. RGB value is (224,124,138). Sum of RGB (Red+Green+Blue) = 224+124+138=486 (64% of max value = 765). Red value is 224 (87.89% from 255 or 46.09% from 486); Green value is 124 (48.83% from 255 or 25.51% from 486); Blue value is 138 (54.30% from 255 or 28.40% from 486); Max value from RGB is 224 - color contains mainly: red. Hex color #E07C8A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E07C8A is #1F8375. Grayscale: #9B9B9B. Windows color (decimal): -2065270 or 9075936. OLE color: 9075936.

HSL color Cylindrical-coordinate representation of color #E07C8A: hue angle of 351.6º degrees, saturation: 0.62, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #E07C8A is Cyan = 0, Magento = 0.45, Yellow = 0.38 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 124 138 -
CMYK 0 0.45 0.38 0.12
HSL 351.6º 0.62% 0.68% -
HSV(B) 351.6º 0.45% 0.88% -
XYZ 42.54 32.1 28 -
YUV 155.5 118.13 176.86 -
System Red Green Blue C M Y K H S L
Decimal 224 124 138 0 0.45 0.38 0.12 351.6 0.62 0.68
Hex E0 7C 8A 0 2D 26 C 160 3E 44
Octal 340 174 212 0 55 46 14 540 76 104
Binary 11100000 1111100 10001010 0 101101 100110 1100 101100000 111110 1000100

Color Harmonies of #E07C8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E07C8A

Black with #E07C8A

Text Example


Text Example

White with #E07C8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E07C8A; }

 p { color: rgb(224,124,138); }

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

background-color css

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

 a { background-color: rgb(224,124,138); }

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

border-color css

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

 span { border-color: rgb(224,124,138); }

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