Html Css Color HEX #EF4883 French Rose

📋 copy color: '#EF4883'

red 239 ◦ green 72 ◦ blue 131

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

Shades of French Rose #EF4883

Tints of French Rose #EF4883

RGB

 RED value IS 239 (93.75% from 255) = 54.07%

 GREEN value IS 72 (28.52% from 255) = 16.29%

 BLUE value IS 131 (51.56% from 255) = 29.64%

R = 54.07%
G = 16.29%
B = 29.64%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.45

 K value IS 0.06

RGB Variations

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

Color information

#EF4883 (or 0xEF4883) is known color: French Rose. HEX triplet: EF, 48 and 83. RGB value is (239,72,131). Sum of RGB (Red+Green+Blue) = 239+72+131=442 (58% of max value = 765). Red value is 239 (93.75% from 255 or 54.07% from 442); Green value is 72 (28.52% from 255 or 16.29% from 442); Blue value is 131 (51.56% from 255 or 29.64% from 442); Max value from RGB is 239 - color contains mainly: red. Hex color #EF4883 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EF4883 is #10B77C. Grayscale: #808080. Windows color (decimal): -1095549 or 8603887. OLE color: 8603887.

HSL color Cylindrical-coordinate representation of color #EF4883: hue angle of 338.8º degrees, saturation: 0.84, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #EF4883 is Cyan = 0, Magento = 0.70, Yellow = 0.45 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 72 131 -
CMYK 0 0.70 0.45 0.06
HSL 338.8º 0.84% 0.61% -
HSV(B) 338.8º 0.7% 0.94% -
XYZ 42.01 24.62 24.01 -
YUV 128.66 129.33 206.7 -
System Red Green Blue C M Y K H S L
Decimal 239 72 131 0 0.70 0.45 0.06 338.8 0.84 0.61
Hex EF 48 83 0 46 2D 6 153 54 3D
Octal 357 110 203 0 106 55 6 523 124 75
Binary 11101111 1001000 10000011 0 1000110 101101 110 101010011 1010100 111101

Color Harmonies of #EF4883

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF4883

Black with #EF4883

Text Example


Text Example

White with #EF4883

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF4883; }

 p { color: rgb(239,72,131); }

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

background-color css

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

 a { background-color: rgb(239,72,131); }

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

border-color css

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

 span { border-color: rgb(239,72,131); }

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