Html Css Color HEX #E07DA0 Carissma

📋 copy color: '#E07DA0'

red 224 ◦ green 125 ◦ blue 160

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

Shades of Carissma #E07DA0

Tints of Carissma #E07DA0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 31.43%

R = 44.01%
G = 24.56%
B = 31.43%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.29

 K value IS 0.12

RGB Variations

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

Color information

#E07DA0 (or 0xE07DA0) is known color: Carissma. HEX triplet: E0, 7D and A0. RGB value is (224,125,160). Sum of RGB (Red+Green+Blue) = 224+125+160=509 (67% of max value = 765). Red value is 224 (87.89% from 255 or 44.01% from 509); Green value is 125 (49.22% from 255 or 24.56% from 509); Blue value is 160 (62.89% from 255 or 31.43% from 509); Max value from RGB is 224 - color contains mainly: red. Hex color #E07DA0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E07DA0 is #1F825F. Grayscale: #9E9E9E. Windows color (decimal): -2064992 or 10517984. OLE color: 10517984.

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

Color convert

RGB 224 125 160 -
CMYK 0 0.44 0.29 0.12
HSL 338.79º 0.61% 0.68% -
HSV(B) 338.79º 0.44% 0.88% -
XYZ 44.42 33.05 37.3 -
YUV 158.59 128.8 174.65 -
System Red Green Blue C M Y K H S L
Decimal 224 125 160 0 0.44 0.29 0.12 338.79 0.61 0.68
Hex E0 7D A0 0 2C 1D C 153 3D 44
Octal 340 175 240 0 54 35 14 523 75 104
Binary 11100000 1111101 10100000 0 101100 11101 1100 101010011 111101 1000100

Color Harmonies of #E07DA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E07DA0

Black with #E07DA0

Text Example


Text Example

White with #E07DA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E07DA0; }

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

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

background-color css

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

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

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

border-color css

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

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

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