Html Css Color HEX #ED919B Wewak

📋 copy color: '#ED919B'

red 237 ◦ green 145 ◦ blue 155

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

Shades of Wewak #ED919B

Tints of Wewak #ED919B

RGB

 RED value IS 237 (92.97% from 255) = 44.13%

 GREEN value IS 145 (57.03% from 255) = 27%

 BLUE value IS 155 (60.94% from 255) = 28.86%

R = 44.13%
G = 27%
B = 28.86%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.35

 K value IS 0.07

RGB Variations

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

Color information

#ED919B (or 0xED919B) is known color: Wewak. HEX triplet: ED, 91 and 9B. RGB value is (237,145,155). Sum of RGB (Red+Green+Blue) = 237+145+155=537 (71% of max value = 765). Red value is 237 (92.97% from 255 or 44.13% from 537); Green value is 145 (57.03% from 255 or 27.00% from 537); Blue value is 155 (60.94% from 255 or 28.86% from 537); Max value from RGB is 237 - color contains mainly: red. Hex color #ED919B is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ED919B is #126E64. Grayscale: #ADADAD. Windows color (decimal): -1207909 or 10195437. OLE color: 10195437.

HSL color Cylindrical-coordinate representation of color #ED919B: hue angle of 353.48º degrees, saturation: 0.72, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #ED919B is Cyan = 0, Magento = 0.39, Yellow = 0.35 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 145 155 -
CMYK 0 0.39 0.35 0.07
HSL 353.48º 0.72% 0.75% -
HSV(B) 353.48º 0.39% 0.93% -
XYZ 50.97 40.62 36.16 -
YUV 173.65 117.48 173.19 -
System Red Green Blue C M Y K H S L
Decimal 237 145 155 0 0.39 0.35 0.07 353.48 0.72 0.75
Hex ED 91 9B 0 27 23 7 161 48 4B
Octal 355 221 233 0 47 43 7 541 110 113
Binary 11101101 10010001 10011011 0 100111 100011 111 101100001 1001000 1001011

Color Harmonies of #ED919B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED919B

Black with #ED919B

Text Example


Text Example

White with #ED919B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED919B; }

 p { color: rgb(237,145,155); }

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

background-color css

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

 a { background-color: rgb(237,145,155); }

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

border-color css

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

 span { border-color: rgb(237,145,155); }

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