Html Css Color HEX #E07A8E Carissma

📋 copy color: '#E07A8E'

red 224 ◦ green 122 ◦ blue 142

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

Shades of Carissma #E07A8E

Tints of Carissma #E07A8E

RGB

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

 GREEN value IS 122 (48.05% from 255) = 25%

 BLUE value IS 142 (55.86% from 255) = 29.1%

R = 45.9%
G = 25%
B = 29.1%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.37

 K value IS 0.12

RGB Variations

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

Color information

#E07A8E (or 0xE07A8E) is known color: Carissma. HEX triplet: E0, 7A and 8E. RGB value is (224,122,142). Sum of RGB (Red+Green+Blue) = 224+122+142=488 (64% of max value = 765). Red value is 224 (87.89% from 255 or 45.90% from 488); Green value is 122 (48.05% from 255 or 25% from 488); Blue value is 142 (55.86% from 255 or 29.10% from 488); Max value from RGB is 224 - color contains mainly: red. Hex color #E07A8E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E07A8E is #1F8571. Grayscale: #9A9A9A. Windows color (decimal): -2065778 or 9337568. OLE color: 9337568.

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

Color convert

RGB 224 122 142 -
CMYK 0 0.46 0.37 0.12
HSL 348.24º 0.62% 0.68% -
HSV(B) 348.24º 0.46% 0.88% -
XYZ 42.58 31.72 29.47 -
YUV 154.78 120.79 177.37 -
System Red Green Blue C M Y K H S L
Decimal 224 122 142 0 0.46 0.37 0.12 348.24 0.62 0.68
Hex E0 7A 8E 0 2E 25 C 15C 3E 44
Octal 340 172 216 0 56 45 14 534 76 104
Binary 11100000 1111010 10001110 0 101110 100101 1100 101011100 111110 1000100

Color Harmonies of #E07A8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E07A8E

Black with #E07A8E

Text Example


Text Example

White with #E07A8E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E07A8E; }

 p { color: rgb(224,122,142); }

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

background-color css

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

 a { background-color: rgb(224,122,142); }

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

border-color css

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

 span { border-color: rgb(224,122,142); }

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