Html Css Color HEX #E085A5 Kobi

📋 copy color: '#E085A5'

red 224 ◦ green 133 ◦ blue 165

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

Shades of Kobi #E085A5

Tints of Kobi #E085A5

RGB

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

 GREEN value IS 133 (52.34% from 255) = 25.48%

 BLUE value IS 165 (64.84% from 255) = 31.61%

R = 42.91%
G = 25.48%
B = 31.61%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.26

 K value IS 0.12

RGB Variations

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

Color information

#E085A5 (or 0xE085A5) is known color: Kobi. HEX triplet: E0, 85 and A5. RGB value is (224,133,165). Sum of RGB (Red+Green+Blue) = 224+133+165=522 (69% of max value = 765). Red value is 224 (87.89% from 255 or 42.91% from 522); Green value is 133 (52.34% from 255 or 25.48% from 522); Blue value is 165 (64.84% from 255 or 31.61% from 522); Max value from RGB is 224 - color contains mainly: red. Hex color #E085A5 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E085A5 is #1F7A5A. Grayscale: #A3A3A3. Windows color (decimal): -2062939 or 10847712. OLE color: 10847712.

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

Color convert

RGB 224 133 165 -
CMYK 0 0.41 0.26 0.12
HSL 338.9º 0.59% 0.7% -
HSV(B) 338.9º 0.41% 0.88% -
XYZ 45.92 35.34 40 -
YUV 163.86 128.65 170.9 -
System Red Green Blue C M Y K H S L
Decimal 224 133 165 0 0.41 0.26 0.12 338.9 0.59 0.7
Hex E0 85 A5 0 29 1A C 153 3B 46
Octal 340 205 245 0 51 32 14 523 73 106
Binary 11100000 10000101 10100101 0 101001 11010 1100 101010011 111011 1000110

Color Harmonies of #E085A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E085A5

Black with #E085A5

Text Example


Text Example

White with #E085A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E085A5; }

 p { color: rgb(224,133,165); }

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

background-color css

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

 a { background-color: rgb(224,133,165); }

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

border-color css

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

 span { border-color: rgb(224,133,165); }

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