Html Css Color HEX #E68B7E New York Pink

📋 copy color: '#E68B7E'

red 230 ◦ green 139 ◦ blue 126

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

Shades of New York Pink #E68B7E

Tints of New York Pink #E68B7E

RGB

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

 GREEN value IS 139 (54.69% from 255) = 28.08%

 BLUE value IS 126 (49.61% from 255) = 25.45%

R = 46.46%
G = 28.08%
B = 25.45%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.45

 K value IS 0.10

RGB Variations

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

Color information

#E68B7E (or 0xE68B7E) is known color: New York Pink. HEX triplet: E6, 8B and 7E. RGB value is (230,139,126). Sum of RGB (Red+Green+Blue) = 230+139+126=495 (65% of max value = 765). Red value is 230 (90.23% from 255 or 46.46% from 495); Green value is 139 (54.69% from 255 or 28.08% from 495); Blue value is 126 (49.61% from 255 or 25.45% from 495); Max value from RGB is 230 - color contains mainly: red. Hex color #E68B7E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E68B7E is #197481. Grayscale: #A4A4A4. Windows color (decimal): -1668226 or 8293350. OLE color: 8293350.

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

Color convert

RGB 230 139 126 -
CMYK 0 0.40 0.45 0.10
HSL 7.5º 0.68% 0.7% -
HSV(B) 7.5º 0.45% 0.9% -
XYZ 45.63 36.79 24.44 -
YUV 164.73 106.15 174.56 -
System Red Green Blue C M Y K H S L
Decimal 230 139 126 0 0.40 0.45 0.10 7.5 0.68 0.7
Hex E6 8B 7E 0 28 2D A 8 44 46
Octal 346 213 176 0 50 55 12 10 104 106
Binary 11100110 10001011 1111110 0 101000 101101 1010 1000 1000100 1000110

Color Harmonies of #E68B7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E68B7E

Black with #E68B7E

Text Example


Text Example

White with #E68B7E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E68B7E; }

 p { color: rgb(230,139,126); }

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

background-color css

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

 a { background-color: rgb(230,139,126); }

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

border-color css

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

 span { border-color: rgb(230,139,126); }

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