Html Css Color HEX #E684B0 Kobi

📋 copy color: '#E684B0'

red 230 ◦ green 132 ◦ blue 176

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

Shades of Kobi #E684B0

Tints of Kobi #E684B0

RGB

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

 GREEN value IS 132 (51.95% from 255) = 24.54%

 BLUE value IS 176 (69.14% from 255) = 32.71%

R = 42.75%
G = 24.54%
B = 32.71%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.23

 K value IS 0.10

RGB Variations

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

Color information

#E684B0 (or 0xE684B0) is known color: Kobi. HEX triplet: E6, 84 and B0. RGB value is (230,132,176). Sum of RGB (Red+Green+Blue) = 230+132+176=538 (71% of max value = 765). Red value is 230 (90.23% from 255 or 42.75% from 538); Green value is 132 (51.95% from 255 or 24.54% from 538); Blue value is 176 (69.14% from 255 or 32.71% from 538); Max value from RGB is 230 - color contains mainly: red. Hex color #E684B0 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E684B0 is #197B4F. Grayscale: #A6A6A6. Windows color (decimal): -1669968 or 11568358. OLE color: 11568358.

HSL color Cylindrical-coordinate representation of color #E684B0: hue angle of 333.06º degrees, saturation: 0.66, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #E684B0 is Cyan = 0, Magento = 0.43, Yellow = 0.23 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 132 176 -
CMYK 0 0.43 0.23 0.10
HSL 333.06º 0.66% 0.71% -
HSV(B) 333.06º 0.43% 0.9% -
XYZ 48.72 36.46 45.54 -
YUV 166.32 133.47 173.42 -
System Red Green Blue C M Y K H S L
Decimal 230 132 176 0 0.43 0.23 0.10 333.06 0.66 0.71
Hex E6 84 B0 0 2B 17 A 14D 42 47
Octal 346 204 260 0 53 27 12 515 102 107
Binary 11100110 10000100 10110000 0 101011 10111 1010 101001101 1000010 1000111

Color Harmonies of #E684B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E684B0

Black with #E684B0

Text Example


Text Example

White with #E684B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E684B0; }

 p { color: rgb(230,132,176); }

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

background-color css

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

 a { background-color: rgb(230,132,176); }

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

border-color css

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

 span { border-color: rgb(230,132,176); }

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