Html Css Color HEX #E07D9B Carissma

📋 copy color: '#E07D9B'

red 224 ◦ green 125 ◦ blue 155

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

Shades of Carissma #E07D9B

Tints of Carissma #E07D9B

RGB

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

 GREEN value IS 125 (49.22% from 255) = 24.8%

 BLUE value IS 155 (60.94% from 255) = 30.75%

R = 44.44%
G = 24.8%
B = 30.75%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.31

 K value IS 0.12

RGB Variations

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

Color information

#E07D9B (or 0xE07D9B) is known color: Carissma. HEX triplet: E0, 7D and 9B. RGB value is (224,125,155). Sum of RGB (Red+Green+Blue) = 224+125+155=504 (66% of max value = 765). Red value is 224 (87.89% from 255 or 44.44% from 504); Green value is 125 (49.22% from 255 or 24.80% from 504); Blue value is 155 (60.94% from 255 or 30.75% from 504); Max value from RGB is 224 - color contains mainly: red. Hex color #E07D9B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E07D9B is #1F8264. Grayscale: #9E9E9E. Windows color (decimal): -2064997 or 10190304. OLE color: 10190304.

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

Color convert

RGB 224 125 155 -
CMYK 0 0.44 0.31 0.12
HSL 341.82º 0.61% 0.68% -
HSV(B) 341.82º 0.44% 0.88% -
XYZ 43.99 32.88 35.04 -
YUV 158.02 126.3 175.06 -
System Red Green Blue C M Y K H S L
Decimal 224 125 155 0 0.44 0.31 0.12 341.82 0.61 0.68
Hex E0 7D 9B 0 2C 1F C 156 3D 44
Octal 340 175 233 0 54 37 14 526 75 104
Binary 11100000 1111101 10011011 0 101100 11111 1100 101010110 111101 1000100

Color Harmonies of #E07D9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E07D9B

Black with #E07D9B

Text Example


Text Example

White with #E07D9B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E07D9B; }

 p { color: rgb(224,125,155); }

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

background-color css

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

 a { background-color: rgb(224,125,155); }

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

border-color css

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

 span { border-color: rgb(224,125,155); }

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