Html Css Color HEX #E07F9D Carissma

📋 copy color: '#E07F9D'

red 224 ◦ green 127 ◦ blue 157

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

Shades of Carissma #E07F9D

Tints of Carissma #E07F9D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 30.91%

R = 44.09%
G = 25%
B = 30.91%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.30

 K value IS 0.12

RGB Variations

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

Color information

#E07F9D (or 0xE07F9D) is known color: Carissma. HEX triplet: E0, 7F and 9D. RGB value is (224,127,157). Sum of RGB (Red+Green+Blue) = 224+127+157=508 (67% of max value = 765). Red value is 224 (87.89% from 255 or 44.09% from 508); Green value is 127 (50% from 255 or 25% from 508); Blue value is 157 (61.72% from 255 or 30.91% from 508); Max value from RGB is 224 - color contains mainly: red. Hex color #E07F9D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E07F9D is #1F8062. Grayscale: #9F9F9F. Windows color (decimal): -2064483 or 10321888. OLE color: 10321888.

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

Color convert

RGB 224 127 157 -
CMYK 0 0.43 0.30 0.12
HSL 341.44º 0.61% 0.69% -
HSV(B) 341.44º 0.43% 0.88% -
XYZ 44.42 33.46 36.02 -
YUV 159.42 126.64 174.06 -
System Red Green Blue C M Y K H S L
Decimal 224 127 157 0 0.43 0.30 0.12 341.44 0.61 0.69
Hex E0 7F 9D 0 2B 1E C 155 3D 45
Octal 340 177 235 0 53 36 14 525 75 105
Binary 11100000 1111111 10011101 0 101011 11110 1100 101010101 111101 1000101

Color Harmonies of #E07F9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E07F9D

Black with #E07F9D

Text Example


Text Example

White with #E07F9D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E07F9D; }

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

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

background-color css

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

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

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

border-color css

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

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

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