Html Css Color HEX #E6948F Sweet Pink

📋 copy color: '#E6948F'

red 230 ◦ green 148 ◦ blue 143

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

Shades of Sweet Pink #E6948F

Tints of Sweet Pink #E6948F

RGB

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

 GREEN value IS 148 (58.2% from 255) = 28.41%

 BLUE value IS 143 (56.25% from 255) = 27.45%

R = 44.15%
G = 28.41%
B = 27.45%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.38

 K value IS 0.10

RGB Variations

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

Color information

#E6948F (or 0xE6948F) is known color: Sweet Pink. HEX triplet: E6, 94 and 8F. RGB value is (230,148,143). Sum of RGB (Red+Green+Blue) = 230+148+143=521 (69% of max value = 765). Red value is 230 (90.23% from 255 or 44.15% from 521); Green value is 148 (58.20% from 255 or 28.41% from 521); Blue value is 143 (56.25% from 255 or 27.45% from 521); Max value from RGB is 230 - color contains mainly: red. Hex color #E6948F is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E6948F is #196B70. Grayscale: #ACACAC. Windows color (decimal): -1665905 or 9409766. OLE color: 9409766.

HSL color Cylindrical-coordinate representation of color #E6948F: hue angle of 3.45º degrees, saturation: 0.64, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #E6948F is Cyan = 0, Magento = 0.36, Yellow = 0.38 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 148 143 -
CMYK 0 0.36 0.38 0.10
HSL 3.45º 0.64% 0.73% -
HSV(B) 3.45º 0.38% 0.9% -
XYZ 48.18 39.99 31.17 -
YUV 171.95 111.67 169.41 -
System Red Green Blue C M Y K H S L
Decimal 230 148 143 0 0.36 0.38 0.10 3.45 0.64 0.73
Hex E6 94 8F 0 24 26 A 3 40 49
Octal 346 224 217 0 44 46 12 3 100 111
Binary 11100110 10010100 10001111 0 100100 100110 1010 11 1000000 1001001

Color Harmonies of #E6948F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6948F

Black with #E6948F

Text Example


Text Example

White with #E6948F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6948F; }

 p { color: rgb(230,148,143); }

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

background-color css

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

 a { background-color: rgb(230,148,143); }

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

border-color css

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

 span { border-color: rgb(230,148,143); }

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