Html Css Color HEX #E07B68 New York Pink

📋 copy color: '#E07B68'

red 224 ◦ green 123 ◦ blue 104

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

Shades of New York Pink #E07B68

Tints of New York Pink #E07B68

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 23.06%

R = 49.67%
G = 27.27%
B = 23.06%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.54

 K value IS 0.12

RGB Variations

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

Color information

#E07B68 (or 0xE07B68) is known color: New York Pink. HEX triplet: E0, 7B and 68. RGB value is (224,123,104). Sum of RGB (Red+Green+Blue) = 224+123+104=451 (59% of max value = 765). Red value is 224 (87.89% from 255 or 49.67% from 451); Green value is 123 (48.44% from 255 or 27.27% from 451); Blue value is 104 (41.02% from 255 or 23.06% from 451); Max value from RGB is 224 - color contains mainly: red. Hex color #E07B68 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E07B68 is #1F8497. Grayscale: #979797. Windows color (decimal): -2065560 or 6847456. OLE color: 6847456.

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

Color convert

RGB 224 123 104 -
CMYK 0 0.45 0.54 0.12
HSL 9.5º 0.66% 0.64% -
HSV(B) 9.5º 0.54% 0.88% -
XYZ 40.32 31.01 16.96 -
YUV 151.03 101.46 180.04 -
System Red Green Blue C M Y K H S L
Decimal 224 123 104 0 0.45 0.54 0.12 9.5 0.66 0.64
Hex E0 7B 68 0 2D 36 C A 42 40
Octal 340 173 150 0 55 66 14 12 102 100
Binary 11100000 1111011 1101000 0 101101 110110 1100 1010 1000010 1000000

Color Harmonies of #E07B68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E07B68

Black with #E07B68

Text Example


Text Example

White with #E07B68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E07B68; }

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

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

background-color css

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

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

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

border-color css

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

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

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