Html Css Color HEX #E67C85 Deep Blush

📋 copy color: '#E67C85'

red 230 ◦ green 124 ◦ blue 133

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

Shades of Deep Blush #E67C85

Tints of Deep Blush #E67C85

RGB

 RED value IS 230 (90.23% from 255) = 47.23%

 GREEN value IS 124 (48.83% from 255) = 25.46%

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

R = 47.23%
G = 25.46%
B = 27.31%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.42

 K value IS 0.10

RGB Variations

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

Color information

#E67C85 (or 0xE67C85) is known color: Deep Blush. HEX triplet: E6, 7C and 85. RGB value is (230,124,133). Sum of RGB (Red+Green+Blue) = 230+124+133=487 (64% of max value = 765). Red value is 230 (90.23% from 255 or 47.23% from 487); Green value is 124 (48.83% from 255 or 25.46% from 487); Blue value is 133 (52.34% from 255 or 27.31% from 487); Max value from RGB is 230 - color contains mainly: red. Hex color #E67C85 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E67C85 is #19837A. Grayscale: #9C9C9C. Windows color (decimal): -1672059 or 8748262. OLE color: 8748262.

HSL color Cylindrical-coordinate representation of color #E67C85: hue angle of 354.91º degrees, saturation: 0.68, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #E67C85 is Cyan = 0, Magento = 0.46, Yellow = 0.42 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 124 133 -
CMYK 0 0.46 0.42 0.10
HSL 354.91º 0.68% 0.69% -
HSV(B) 354.91º 0.46% 0.9% -
XYZ 44.07 32.93 26.22 -
YUV 156.72 114.62 180.27 -
System Red Green Blue C M Y K H S L
Decimal 230 124 133 0 0.46 0.42 0.10 354.91 0.68 0.69
Hex E6 7C 85 0 2E 2A A 163 44 45
Octal 346 174 205 0 56 52 12 543 104 105
Binary 11100110 1111100 10000101 0 101110 101010 1010 101100011 1000100 1000101

Color Harmonies of #E67C85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E67C85

Black with #E67C85

Text Example


Text Example

White with #E67C85

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E67C85; }

 p { color: rgb(230,124,133); }

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

background-color css

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

 a { background-color: rgb(230,124,133); }

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

border-color css

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

 span { border-color: rgb(230,124,133); }

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