Html Css Color HEX #ED2F9B Wild Strawberry

📋 copy color: '#ED2F9B'

red 237 ◦ green 47 ◦ blue 155

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

Shades of Wild Strawberry #ED2F9B

Tints of Wild Strawberry #ED2F9B

RGB

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

 GREEN value IS 47 (18.75% from 255) = 10.71%

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

R = 53.99%
G = 10.71%
B = 35.31%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.35

 K value IS 0.07

RGB Variations

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

Color information

#ED2F9B (or 0xED2F9B) is known color: Wild Strawberry. HEX triplet: ED, 2F and 9B. RGB value is (237,47,155). Sum of RGB (Red+Green+Blue) = 237+47+155=439 (58% of max value = 765). Red value is 237 (92.97% from 255 or 53.99% from 439); Green value is 47 (18.75% from 255 or 10.71% from 439); Blue value is 155 (60.94% from 255 or 35.31% from 439); Max value from RGB is 237 - color contains mainly: red. Hex color #ED2F9B is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #ED2F9B is #12D064. Grayscale: #737373. Windows color (decimal): -1232997 or 10170349. OLE color: 10170349.

HSL color Cylindrical-coordinate representation of color #ED2F9B: hue angle of 325.89º degrees, saturation: 0.84, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #ED2F9B is Cyan = 0, Magento = 0.80, Yellow = 0.35 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 47 155 -
CMYK 0 0.80 0.35 0.07
HSL 325.89º 0.84% 0.56% -
HSV(B) 325.89º 0.8% 0.93% -
XYZ 41.86 22.4 33.13 -
YUV 116.12 149.95 214.22 -
System Red Green Blue C M Y K H S L
Decimal 237 47 155 0 0.80 0.35 0.07 325.89 0.84 0.56
Hex ED 2F 9B 0 50 23 7 146 54 38
Octal 355 57 233 0 120 43 7 506 124 70
Binary 11101101 101111 10011011 0 1010000 100011 111 101000110 1010100 111000

Color Harmonies of #ED2F9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED2F9B

Black with #ED2F9B

Text Example


Text Example

White with #ED2F9B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED2F9B; }

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

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

background-color css

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

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

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

border-color css

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

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

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