Html Css Color HEX #E67085 Deep Blush

📋 copy color: '#E67085'

red 230 ◦ green 112 ◦ blue 133

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

Shades of Deep Blush #E67085

Tints of Deep Blush #E67085

RGB

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

 GREEN value IS 112 (44.14% from 255) = 23.58%

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

R = 48.42%
G = 23.58%
B = 28%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.42

 K value IS 0.10

RGB Variations

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

Color information

#E67085 (or 0xE67085) is known color: Deep Blush. HEX triplet: E6, 70 and 85. RGB value is (230,112,133). Sum of RGB (Red+Green+Blue) = 230+112+133=475 (62% of max value = 765). Red value is 230 (90.23% from 255 or 48.42% from 475); Green value is 112 (44.14% from 255 or 23.58% from 475); Blue value is 133 (52.34% from 255 or 28% from 475); Max value from RGB is 230 - color contains mainly: red. Hex color #E67085 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E67085 is #198F7A. Grayscale: #959595. Windows color (decimal): -1675131 or 8745190. OLE color: 8745190.

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

Color convert

RGB 230 112 133 -
CMYK 0 0.51 0.42 0.10
HSL 349.32º 0.7% 0.67% -
HSV(B) 349.32º 0.51% 0.9% -
XYZ 42.66 30.1 25.75 -
YUV 149.68 118.59 185.29 -
System Red Green Blue C M Y K H S L
Decimal 230 112 133 0 0.51 0.42 0.10 349.32 0.7 0.67
Hex E6 70 85 0 33 2A A 15D 46 43
Octal 346 160 205 0 63 52 12 535 106 103
Binary 11100110 1110000 10000101 0 110011 101010 1010 101011101 1000110 1000011

Color Harmonies of #E67085

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E67085

Black with #E67085

Text Example


Text Example

White with #E67085

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E67085; }

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

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

background-color css

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

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

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

border-color css

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

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

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