Html Css Color HEX #E07C8B Carissma

📋 copy color: '#E07C8B'

red 224 ◦ green 124 ◦ blue 139

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

Shades of Carissma #E07C8B

Tints of Carissma #E07C8B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 28.54%

R = 46%
G = 25.46%
B = 28.54%

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

#E07C8B (or 0xE07C8B) is known color: Carissma. HEX triplet: E0, 7C and 8B. RGB value is (224,124,139). Sum of RGB (Red+Green+Blue) = 224+124+139=487 (64% of max value = 765). Red value is 224 (87.89% from 255 or 46.00% from 487); Green value is 124 (48.83% from 255 or 25.46% from 487); Blue value is 139 (54.69% from 255 or 28.54% from 487); Max value from RGB is 224 - color contains mainly: red. Hex color #E07C8B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E07C8B is #1F8374. Grayscale: #9B9B9B. Windows color (decimal): -2065269 or 9141472. OLE color: 9141472.

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

Color convert

RGB 224 124 139 -
CMYK 0 0.45 0.38 0.12
HSL 351º 0.62% 0.68% -
HSV(B) 351º 0.45% 0.88% -
XYZ 42.61 32.13 28.38 -
YUV 155.61 118.63 176.78 -
System Red Green Blue C M Y K H S L
Decimal 224 124 139 0 0.45 0.38 0.12 351 0.62 0.68
Hex E0 7C 8B 0 2D 26 C 15F 3E 44
Octal 340 174 213 0 55 46 14 537 76 104
Binary 11100000 1111100 10001011 0 101101 100110 1100 101011111 111110 1000100

Color Harmonies of #E07C8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E07C8B

Black with #E07C8B

Text Example


Text Example

White with #E07C8B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E07C8B; }

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

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

background-color css

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

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

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

border-color css

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

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

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