Html Css Color HEX #E087B4 Kobi

📋 copy color: '#E087B4'

red 224 ◦ green 135 ◦ blue 180

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

Shades of Kobi #E087B4

Tints of Kobi #E087B4

RGB

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

 GREEN value IS 135 (53.13% from 255) = 25.05%

 BLUE value IS 180 (70.7% from 255) = 33.4%

R = 41.56%
G = 25.05%
B = 33.4%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.20

 K value IS 0.12

RGB Variations

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

Color information

#E087B4 (or 0xE087B4) is known color: Kobi. HEX triplet: E0, 87 and B4. RGB value is (224,135,180). Sum of RGB (Red+Green+Blue) = 224+135+180=539 (71% of max value = 765). Red value is 224 (87.89% from 255 or 41.56% from 539); Green value is 135 (53.12% from 255 or 25.05% from 539); Blue value is 180 (70.70% from 255 or 33.40% from 539); Max value from RGB is 224 - color contains mainly: red. Hex color #E087B4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E087B4 is #1F784B. Grayscale: #A6A6A6. Windows color (decimal): -2062412 or 11831264. OLE color: 11831264.

HSL color Cylindrical-coordinate representation of color #E087B4: hue angle of 329.66º degrees, saturation: 0.59, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #E087B4 is Cyan = 0, Magento = 0.40, Yellow = 0.20 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 135 180 -
CMYK 0 0.40 0.20 0.12
HSL 329.66º 0.59% 0.7% -
HSV(B) 329.66º 0.4% 0.88% -
XYZ 47.64 36.47 47.71 -
YUV 166.74 135.49 168.84 -
System Red Green Blue C M Y K H S L
Decimal 224 135 180 0 0.40 0.20 0.12 329.66 0.59 0.7
Hex E0 87 B4 0 28 14 C 14A 3B 46
Octal 340 207 264 0 50 24 14 512 73 106
Binary 11100000 10000111 10110100 0 101000 10100 1100 101001010 111011 1000110

Color Harmonies of #E087B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E087B4

Black with #E087B4

Text Example


Text Example

White with #E087B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E087B4; }

 p { color: rgb(224,135,180); }

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

background-color css

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

 a { background-color: rgb(224,135,180); }

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

border-color css

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

 span { border-color: rgb(224,135,180); }

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