Html Css Color HEX #E07B8D Carissma

📋 copy color: '#E07B8D'

red 224 ◦ green 123 ◦ blue 141

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

Shades of Carissma #E07B8D

Tints of Carissma #E07B8D

RGB

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

 GREEN value IS 123 (48.44% from 255) = 25.2%

 BLUE value IS 141 (55.47% from 255) = 28.89%

R = 45.9%
G = 25.2%
B = 28.89%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.37

 K value IS 0.12

RGB Variations

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

Color information

#E07B8D (or 0xE07B8D) is known color: Carissma. HEX triplet: E0, 7B and 8D. RGB value is (224,123,141). Sum of RGB (Red+Green+Blue) = 224+123+141=488 (64% of max value = 765). Red value is 224 (87.89% from 255 or 45.90% from 488); Green value is 123 (48.44% from 255 or 25.20% from 488); Blue value is 141 (55.47% from 255 or 28.89% from 488); Max value from RGB is 224 - color contains mainly: red. Hex color #E07B8D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E07B8D is #1F8472. Grayscale: #9B9B9B. Windows color (decimal): -2065523 or 9272288. OLE color: 9272288.

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

Color convert

RGB 224 123 141 -
CMYK 0 0.45 0.37 0.12
HSL 349.31º 0.62% 0.68% -
HSV(B) 349.31º 0.45% 0.88% -
XYZ 42.63 31.94 29.12 -
YUV 155.25 119.96 177.04 -
System Red Green Blue C M Y K H S L
Decimal 224 123 141 0 0.45 0.37 0.12 349.31 0.62 0.68
Hex E0 7B 8D 0 2D 25 C 15D 3E 44
Octal 340 173 215 0 55 45 14 535 76 104
Binary 11100000 1111011 10001101 0 101101 100101 1100 101011101 111110 1000100

Color Harmonies of #E07B8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E07B8D

Black with #E07B8D

Text Example


Text Example

White with #E07B8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E07B8D; }

 p { color: rgb(224,123,141); }

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

background-color css

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

 a { background-color: rgb(224,123,141); }

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

border-color css

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

 span { border-color: rgb(224,123,141); }

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