Html Css Color HEX #E07F8B Carissma

📋 copy color: '#E07F8B'

red 224 ◦ green 127 ◦ blue 139

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

Shades of Carissma #E07F8B

Tints of Carissma #E07F8B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 28.37%

R = 45.71%
G = 25.92%
B = 28.37%

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

#E07F8B (or 0xE07F8B) is known color: Carissma. HEX triplet: E0, 7F and 8B. RGB value is (224,127,139). Sum of RGB (Red+Green+Blue) = 224+127+139=490 (64% of max value = 765). Red value is 224 (87.89% from 255 or 45.71% from 490); Green value is 127 (50% from 255 or 25.92% from 490); Blue value is 139 (54.69% from 255 or 28.37% from 490); Max value from RGB is 224 - color contains mainly: red. Hex color #E07F8B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E07F8B is #1F8074. Grayscale: #9D9D9D. Windows color (decimal): -2064501 or 9142240. OLE color: 9142240.

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

Color convert

RGB 224 127 139 -
CMYK 0 0.43 0.38 0.12
HSL 352.58º 0.61% 0.69% -
HSV(B) 352.58º 0.43% 0.88% -
XYZ 42.99 32.89 28.51 -
YUV 157.37 117.64 175.52 -
System Red Green Blue C M Y K H S L
Decimal 224 127 139 0 0.43 0.38 0.12 352.58 0.61 0.69
Hex E0 7F 8B 0 2B 26 C 161 3D 45
Octal 340 177 213 0 53 46 14 541 75 105
Binary 11100000 1111111 10001011 0 101011 100110 1100 101100001 111101 1000101

Color Harmonies of #E07F8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E07F8B

Black with #E07F8B

Text Example


Text Example

White with #E07F8B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E07F8B; }

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

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

background-color css

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

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

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

border-color css

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

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

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