Html Css Color HEX #E07F85 Carissma

📋 copy color: '#E07F85'

red 224 ◦ green 127 ◦ blue 133

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

Shades of Carissma #E07F85

Tints of Carissma #E07F85

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 27.48%

R = 46.28%
G = 26.24%
B = 27.48%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.41

 K value IS 0.12

RGB Variations

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

Color information

#E07F85 (or 0xE07F85) is known color: Carissma. HEX triplet: E0, 7F and 85. RGB value is (224,127,133). Sum of RGB (Red+Green+Blue) = 224+127+133=484 (64% of max value = 765). Red value is 224 (87.89% from 255 or 46.28% from 484); Green value is 127 (50% from 255 or 26.24% from 484); Blue value is 133 (52.34% from 255 or 27.48% from 484); Max value from RGB is 224 - color contains mainly: red. Hex color #E07F85 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E07F85 is #1F807A. Grayscale: #9C9C9C. Windows color (decimal): -2064507 or 8749024. OLE color: 8749024.

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

Color convert

RGB 224 127 133 -
CMYK 0 0.43 0.41 0.12
HSL 356.29º 0.61% 0.69% -
HSV(B) 356.29º 0.43% 0.88% -
XYZ 42.56 32.72 26.26 -
YUV 156.69 114.64 176.01 -
System Red Green Blue C M Y K H S L
Decimal 224 127 133 0 0.43 0.41 0.12 356.29 0.61 0.69
Hex E0 7F 85 0 2B 29 C 164 3D 45
Octal 340 177 205 0 53 51 14 544 75 105
Binary 11100000 1111111 10000101 0 101011 101001 1100 101100100 111101 1000101

Color Harmonies of #E07F85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E07F85

Black with #E07F85

Text Example


Text Example

White with #E07F85

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E07F85; }

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

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

background-color css

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

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

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

border-color css

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

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

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