Html Css Color HEX #E07A8D Carissma

📋 copy color: '#E07A8D'

red 224 ◦ green 122 ◦ blue 141

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

Shades of Carissma #E07A8D

Tints of Carissma #E07A8D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 28.95%

R = 46%
G = 25.05%
B = 28.95%

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

#E07A8D (or 0xE07A8D) is known color: Carissma. HEX triplet: E0, 7A and 8D. RGB value is (224,122,141). Sum of RGB (Red+Green+Blue) = 224+122+141=487 (64% of max value = 765). Red value is 224 (87.89% from 255 or 46.00% from 487); Green value is 122 (48.05% from 255 or 25.05% from 487); Blue value is 141 (55.47% from 255 or 28.95% from 487); Max value from RGB is 224 - color contains mainly: red. Hex color #E07A8D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E07A8D is #1F8572. Grayscale: #9A9A9A. Windows color (decimal): -2065779 or 9272032. OLE color: 9272032.

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

Color convert

RGB 224 122 141 -
CMYK 0 0.46 0.37 0.12
HSL 348.82º 0.62% 0.68% -
HSV(B) 348.82º 0.46% 0.88% -
XYZ 42.51 31.69 29.08 -
YUV 154.66 120.29 177.46 -
System Red Green Blue C M Y K H S L
Decimal 224 122 141 0 0.46 0.37 0.12 348.82 0.62 0.68
Hex E0 7A 8D 0 2E 25 C 15D 3E 44
Octal 340 172 215 0 56 45 14 535 76 104
Binary 11100000 1111010 10001101 0 101110 100101 1100 101011101 111110 1000100

Color Harmonies of #E07A8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E07A8D

Black with #E07A8D

Text Example


Text Example

White with #E07A8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E07A8D; }

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

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

background-color css

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

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

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

border-color css

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

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

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