Html Css Color HEX #E67DAB Kobi

📋 copy color: '#E67DAB'

red 230 ◦ green 125 ◦ blue 171

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

Shades of Kobi #E67DAB

Tints of Kobi #E67DAB

RGB

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

 GREEN value IS 125 (49.22% from 255) = 23.76%

 BLUE value IS 171 (67.19% from 255) = 32.51%

R = 43.73%
G = 23.76%
B = 32.51%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.26

 K value IS 0.10

RGB Variations

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

Color information

#E67DAB (or 0xE67DAB) is known color: Kobi. HEX triplet: E6, 7D and AB. RGB value is (230,125,171). Sum of RGB (Red+Green+Blue) = 230+125+171=526 (69% of max value = 765). Red value is 230 (90.23% from 255 or 43.73% from 526); Green value is 125 (49.22% from 255 or 23.76% from 526); Blue value is 171 (67.19% from 255 or 32.51% from 526); Max value from RGB is 230 - color contains mainly: red. Hex color #E67DAB is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E67DAB is #198254. Grayscale: #A1A1A1. Windows color (decimal): -1671765 or 11238886. OLE color: 11238886.

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

Color convert

RGB 230 125 171 -
CMYK 0 0.46 0.26 0.10
HSL 333.71º 0.68% 0.7% -
HSV(B) 333.71º 0.46% 0.9% -
XYZ 47.32 34.43 42.68 -
YUV 161.64 133.29 176.76 -
System Red Green Blue C M Y K H S L
Decimal 230 125 171 0 0.46 0.26 0.10 333.71 0.68 0.7
Hex E6 7D AB 0 2E 1A A 14E 44 46
Octal 346 175 253 0 56 32 12 516 104 106
Binary 11100110 1111101 10101011 0 101110 11010 1010 101001110 1000100 1000110

Color Harmonies of #E67DAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E67DAB

Black with #E67DAB

Text Example


Text Example

White with #E67DAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E67DAB; }

 p { color: rgb(230,125,171); }

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

background-color css

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

 a { background-color: rgb(230,125,171); }

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

border-color css

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

 span { border-color: rgb(230,125,171); }

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