Html Css Color HEX #E481AF Kobi

📋 copy color: '#E481AF'

red 228 ◦ green 129 ◦ blue 175

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

Shades of Kobi #E481AF

Tints of Kobi #E481AF

RGB

 RED value IS 228 (89.45% from 255) = 42.86%

 GREEN value IS 129 (50.78% from 255) = 24.25%

 BLUE value IS 175 (68.75% from 255) = 32.89%

R = 42.86%
G = 24.25%
B = 32.89%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.23

 K value IS 0.11

RGB Variations

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

Color information

#E481AF (or 0xE481AF) is known color: Kobi. HEX triplet: E4, 81 and AF. RGB value is (228,129,175). Sum of RGB (Red+Green+Blue) = 228+129+175=532 (70% of max value = 765). Red value is 228 (89.45% from 255 or 42.86% from 532); Green value is 129 (50.78% from 255 or 24.25% from 532); Blue value is 175 (68.75% from 255 or 32.89% from 532); Max value from RGB is 228 - color contains mainly: red. Hex color #E481AF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E481AF is #1B7E50. Grayscale: #A3A3A3. Windows color (decimal): -1801809 or 11502052. OLE color: 11502052.

HSL color Cylindrical-coordinate representation of color #E481AF: hue angle of 332.12º degrees, saturation: 0.65, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #E481AF is Cyan = 0, Magento = 0.43, Yellow = 0.23 and Black (K on CMYK) = 0.11.

Color convert

RGB 228 129 175 -
CMYK 0 0.43 0.23 0.11
HSL 332.12º 0.65% 0.7% -
HSV(B) 332.12º 0.43% 0.89% -
XYZ 47.58 35.29 44.86 -
YUV 163.85 134.3 173.76 -
System Red Green Blue C M Y K H S L
Decimal 228 129 175 0 0.43 0.23 0.11 332.12 0.65 0.7
Hex E4 81 AF 0 2B 17 B 14C 41 46
Octal 344 201 257 0 53 27 13 514 101 106
Binary 11100100 10000001 10101111 0 101011 10111 1011 101001100 1000001 1000110

Color Harmonies of #E481AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E481AF

Black with #E481AF

Text Example


Text Example

White with #E481AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E481AF; }

 p { color: rgb(228,129,175); }

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

background-color css

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

 a { background-color: rgb(228,129,175); }

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

border-color css

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

 span { border-color: rgb(228,129,175); }

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