Html Css Color HEX #E0BFBE Cavern Pink

📋 copy color: '#E0BFBE'

red 224 ◦ green 191 ◦ blue 190

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

Shades of Cavern Pink #E0BFBE

Tints of Cavern Pink #E0BFBE

RGB

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

 GREEN value IS 191 (75% from 255) = 31.57%

 BLUE value IS 190 (74.61% from 255) = 31.4%

R = 37.02%
G = 31.57%
B = 31.4%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.15

 K value IS 0.12

RGB Variations

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

Color information

#E0BFBE (or 0xE0BFBE) is known color: Cavern Pink. HEX triplet: E0, BF and BE. RGB value is (224,191,190). Sum of RGB (Red+Green+Blue) = 224+191+190=605 (80% of max value = 765). Red value is 224 (87.89% from 255 or 37.02% from 605); Green value is 191 (75% from 255 or 31.57% from 605); Blue value is 190 (74.61% from 255 or 31.40% from 605); Max value from RGB is 224 - color contains mainly: red. Hex color #E0BFBE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E0BFBE is #1F4041. Grayscale: #C8C8C8. Windows color (decimal): -2048066 or 12500960. OLE color: 12500960.

HSL color Cylindrical-coordinate representation of color #E0BFBE: hue angle of 1.76º degrees, saturation: 0.35, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #E0BFBE is Cyan = 0, Magento = 0.15, Yellow = 0.15 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 191 190 -
CMYK 0 0.15 0.15 0.12
HSL 1.76º 0.35% 0.81% -
HSV(B) 1.76º 0.15% 0.88% -
XYZ 58.67 56.83 56.59 -
YUV 200.75 121.93 144.58 -
System Red Green Blue C M Y K H S L
Decimal 224 191 190 0 0.15 0.15 0.12 1.76 0.35 0.81
Hex E0 BF BE 0 F F C 2 23 51
Octal 340 277 276 0 17 17 14 2 43 121
Binary 11100000 10111111 10111110 0 1111 1111 1100 10 100011 1010001

Color Harmonies of #E0BFBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0BFBE

Black with #E0BFBE

Text Example


Text Example

White with #E0BFBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0BFBE; }

 p { color: rgb(224,191,190); }

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

background-color css

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

 a { background-color: rgb(224,191,190); }

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

border-color css

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

 span { border-color: rgb(224,191,190); }

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