Html Css Color HEX #E07D8D Carissma

📋 copy color: '#E07D8D'

red 224 ◦ green 125 ◦ blue 141

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

Shades of Carissma #E07D8D

Tints of Carissma #E07D8D

RGB

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

 GREEN value IS 125 (49.22% from 255) = 25.51%

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

R = 45.71%
G = 25.51%
B = 28.78%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.37

 K value IS 0.12

RGB Variations

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

Color information

#E07D8D (or 0xE07D8D) is known color: Carissma. HEX triplet: E0, 7D and 8D. RGB value is (224,125,141). Sum of RGB (Red+Green+Blue) = 224+125+141=490 (64% of max value = 765). Red value is 224 (87.89% from 255 or 45.71% from 490); Green value is 125 (49.22% from 255 or 25.51% from 490); Blue value is 141 (55.47% from 255 or 28.78% from 490); Max value from RGB is 224 - color contains mainly: red. Hex color #E07D8D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E07D8D is #1F8272. Grayscale: #9C9C9C. Windows color (decimal): -2065011 or 9272800. OLE color: 9272800.

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

Color convert

RGB 224 125 141 -
CMYK 0 0.44 0.37 0.12
HSL 350.3º 0.61% 0.68% -
HSV(B) 350.3º 0.44% 0.88% -
XYZ 42.88 32.44 29.2 -
YUV 156.43 119.3 176.2 -
System Red Green Blue C M Y K H S L
Decimal 224 125 141 0 0.44 0.37 0.12 350.3 0.61 0.68
Hex E0 7D 8D 0 2C 25 C 15E 3D 44
Octal 340 175 215 0 54 45 14 536 75 104
Binary 11100000 1111101 10001101 0 101100 100101 1100 101011110 111101 1000100

Color Harmonies of #E07D8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E07D8D

Black with #E07D8D

Text Example


Text Example

White with #E07D8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E07D8D; }

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

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

background-color css

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

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

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

border-color css

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

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

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