Html Css Color HEX #EB698A Deep Blush

📋 copy color: '#EB698A'

red 235 ◦ green 105 ◦ blue 138

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

Shades of Deep Blush #EB698A

Tints of Deep Blush #EB698A

RGB

 RED value IS 235 (92.19% from 255) = 49.16%

 GREEN value IS 105 (41.41% from 255) = 21.97%

 BLUE value IS 138 (54.3% from 255) = 28.87%

R = 49.16%
G = 21.97%
B = 28.87%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.41

 K value IS 0.08

RGB Variations

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

Color information

#EB698A (or 0xEB698A) is known color: Deep Blush. HEX triplet: EB, 69 and 8A. RGB value is (235,105,138). Sum of RGB (Red+Green+Blue) = 235+105+138=478 (63% of max value = 765). Red value is 235 (92.19% from 255 or 49.16% from 478); Green value is 105 (41.41% from 255 or 21.97% from 478); Blue value is 138 (54.30% from 255 or 28.87% from 478); Max value from RGB is 235 - color contains mainly: red. Hex color #EB698A is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EB698A is #149675. Grayscale: #939393. Windows color (decimal): -1349238 or 9071083. OLE color: 9071083.

HSL color Cylindrical-coordinate representation of color #EB698A: hue angle of 344.77º degrees, saturation: 0.76, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #EB698A is Cyan = 0, Magento = 0.55, Yellow = 0.41 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 105 138 -
CMYK 0 0.55 0.41 0.08
HSL 344.77º 0.76% 0.67% -
HSV(B) 344.77º 0.55% 0.92% -
XYZ 43.9 29.6 27.44 -
YUV 147.63 122.57 190.32 -
System Red Green Blue C M Y K H S L
Decimal 235 105 138 0 0.55 0.41 0.08 344.77 0.76 0.67
Hex EB 69 8A 0 37 29 8 159 4C 43
Octal 353 151 212 0 67 51 10 531 114 103
Binary 11101011 1101001 10001010 0 110111 101001 1000 101011001 1001100 1000011

Color Harmonies of #EB698A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB698A

Black with #EB698A

Text Example


Text Example

White with #EB698A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB698A; }

 p { color: rgb(235,105,138); }

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

background-color css

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

 a { background-color: rgb(235,105,138); }

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

border-color css

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

 span { border-color: rgb(235,105,138); }

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