Html Css Color HEX #ED338F Wild Strawberry

📋 copy color: '#ED338F'

red 237 ◦ green 51 ◦ blue 143

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

Shades of Wild Strawberry #ED338F

Tints of Wild Strawberry #ED338F

RGB

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

 GREEN value IS 51 (20.31% from 255) = 11.83%

 BLUE value IS 143 (56.25% from 255) = 33.18%

R = 54.99%
G = 11.83%
B = 33.18%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.40

 K value IS 0.07

RGB Variations

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

Color information

#ED338F (or 0xED338F) is known color: Wild Strawberry. HEX triplet: ED, 33 and 8F. RGB value is (237,51,143). Sum of RGB (Red+Green+Blue) = 237+51+143=431 (57% of max value = 765). Red value is 237 (92.97% from 255 or 54.99% from 431); Green value is 51 (20.31% from 255 or 11.83% from 431); Blue value is 143 (56.25% from 255 or 33.18% from 431); Max value from RGB is 237 - color contains mainly: red. Hex color #ED338F is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #ED338F is #12CC70. Grayscale: #747474. Windows color (decimal): -1231985 or 9384941. OLE color: 9384941.

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

Color convert

RGB 237 51 143 -
CMYK 0 0.78 0.40 0.07
HSL 330.32º 0.84% 0.56% -
HSV(B) 330.32º 0.78% 0.93% -
XYZ 41.07 22.36 28.14 -
YUV 117.1 142.62 213.52 -
System Red Green Blue C M Y K H S L
Decimal 237 51 143 0 0.78 0.40 0.07 330.32 0.84 0.56
Hex ED 33 8F 0 4E 28 7 14A 54 38
Octal 355 63 217 0 116 50 7 512 124 70
Binary 11101101 110011 10001111 0 1001110 101000 111 101001010 1010100 111000

Color Harmonies of #ED338F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED338F

Black with #ED338F

Text Example


Text Example

White with #ED338F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED338F; }

 p { color: rgb(237,51,143); }

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

background-color css

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

 a { background-color: rgb(237,51,143); }

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

border-color css

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

 span { border-color: rgb(237,51,143); }

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