Html Css Color HEX #E07F8A Carissma

📋 copy color: '#E07F8A'

red 224 ◦ green 127 ◦ blue 138

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

Shades of Carissma #E07F8A

Tints of Carissma #E07F8A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 28.22%

R = 45.81%
G = 25.97%
B = 28.22%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.38

 K value IS 0.12

RGB Variations

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

Color information

#E07F8A (or 0xE07F8A) is known color: Carissma. HEX triplet: E0, 7F and 8A. RGB value is (224,127,138). Sum of RGB (Red+Green+Blue) = 224+127+138=489 (64% of max value = 765). Red value is 224 (87.89% from 255 or 45.81% from 489); Green value is 127 (50% from 255 or 25.97% from 489); Blue value is 138 (54.30% from 255 or 28.22% from 489); Max value from RGB is 224 - color contains mainly: red. Hex color #E07F8A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E07F8A is #1F8075. Grayscale: #9D9D9D. Windows color (decimal): -2064502 or 9076704. OLE color: 9076704.

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

Color convert

RGB 224 127 138 -
CMYK 0 0.43 0.38 0.12
HSL 353.2º 0.61% 0.69% -
HSV(B) 353.2º 0.43% 0.88% -
XYZ 42.92 32.86 28.13 -
YUV 157.26 117.14 175.61 -
System Red Green Blue C M Y K H S L
Decimal 224 127 138 0 0.43 0.38 0.12 353.2 0.61 0.69
Hex E0 7F 8A 0 2B 26 C 161 3D 45
Octal 340 177 212 0 53 46 14 541 75 105
Binary 11100000 1111111 10001010 0 101011 100110 1100 101100001 111101 1000101

Color Harmonies of #E07F8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E07F8A

Black with #E07F8A

Text Example


Text Example

White with #E07F8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E07F8A; }

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

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

background-color css

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

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

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

border-color css

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

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

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