Html Css Color HEX #E07F8D Carissma

📋 copy color: '#E07F8D'

red 224 ◦ green 127 ◦ blue 141

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

Shades of Carissma #E07F8D

Tints of Carissma #E07F8D

RGB

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

 GREEN value IS 127 (50% from 255) = 25.81%

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

R = 45.53%
G = 25.81%
B = 28.66%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.37

 K value IS 0.12

RGB Variations

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

Color information

#E07F8D (or 0xE07F8D) is known color: Carissma. HEX triplet: E0, 7F and 8D. RGB value is (224,127,141). Sum of RGB (Red+Green+Blue) = 224+127+141=492 (65% of max value = 765). Red value is 224 (87.89% from 255 or 45.53% from 492); Green value is 127 (50% from 255 or 25.81% from 492); Blue value is 141 (55.47% from 255 or 28.66% from 492); Max value from RGB is 224 - color contains mainly: red. Hex color #E07F8D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E07F8D is #1F8072. Grayscale: #9D9D9D. Windows color (decimal): -2064499 or 9273312. OLE color: 9273312.

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

Color convert

RGB 224 127 141 -
CMYK 0 0.43 0.37 0.12
HSL 351.34º 0.61% 0.69% -
HSV(B) 351.34º 0.43% 0.88% -
XYZ 43.14 32.95 29.29 -
YUV 157.6 118.64 175.36 -
System Red Green Blue C M Y K H S L
Decimal 224 127 141 0 0.43 0.37 0.12 351.34 0.61 0.69
Hex E0 7F 8D 0 2B 25 C 15F 3D 45
Octal 340 177 215 0 53 45 14 537 75 105
Binary 11100000 1111111 10001101 0 101011 100101 1100 101011111 111101 1000101

Color Harmonies of #E07F8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E07F8D

Black with #E07F8D

Text Example


Text Example

White with #E07F8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E07F8D; }

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

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

background-color css

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

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

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

border-color css

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

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

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