Html Css Color HEX #E07A92 Carissma

📋 copy color: '#E07A92'

red 224 ◦ green 122 ◦ blue 146

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

Shades of Carissma #E07A92

Tints of Carissma #E07A92

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 29.67%

R = 45.53%
G = 24.8%
B = 29.67%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.35

 K value IS 0.12

RGB Variations

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

Color information

#E07A92 (or 0xE07A92) is known color: Carissma. HEX triplet: E0, 7A and 92. RGB value is (224,122,146). Sum of RGB (Red+Green+Blue) = 224+122+146=492 (65% of max value = 765). Red value is 224 (87.89% from 255 or 45.53% from 492); Green value is 122 (48.05% from 255 or 24.80% from 492); Blue value is 146 (57.42% from 255 or 29.67% from 492); Max value from RGB is 224 - color contains mainly: red. Hex color #E07A92 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E07A92 is #1F856D. Grayscale: #9B9B9B. Windows color (decimal): -2065774 or 9599712. OLE color: 9599712.

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

Color convert

RGB 224 122 146 -
CMYK 0 0.46 0.35 0.12
HSL 345.88º 0.62% 0.68% -
HSV(B) 345.88º 0.46% 0.88% -
XYZ 42.89 31.84 31.08 -
YUV 155.23 122.79 177.05 -
System Red Green Blue C M Y K H S L
Decimal 224 122 146 0 0.46 0.35 0.12 345.88 0.62 0.68
Hex E0 7A 92 0 2E 23 C 15A 3E 44
Octal 340 172 222 0 56 43 14 532 76 104
Binary 11100000 1111010 10010010 0 101110 100011 1100 101011010 111110 1000100

Color Harmonies of #E07A92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E07A92

Black with #E07A92

Text Example


Text Example

White with #E07A92

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E07A92; }

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

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

background-color css

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

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

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

border-color css

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

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

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