Html Css Color HEX #EF1F9B Persian Rose

📋 copy color: '#EF1F9B'

red 239 ◦ green 31 ◦ blue 155

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

Shades of Persian Rose #EF1F9B

Tints of Persian Rose #EF1F9B

RGB

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

 GREEN value IS 31 (12.5% from 255) = 7.29%

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

R = 56.24%
G = 7.29%
B = 36.47%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.35

 K value IS 0.06

RGB Variations

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

Color information

#EF1F9B (or 0xEF1F9B) is known color: Persian Rose. HEX triplet: EF, 1F and 9B. RGB value is (239,31,155). Sum of RGB (Red+Green+Blue) = 239+31+155=425 (56% of max value = 765). Red value is 239 (93.75% from 255 or 56.24% from 425); Green value is 31 (12.5% from 255 or 7.29% from 425); Blue value is 155 (60.94% from 255 or 36.47% from 425); Max value from RGB is 239 - color contains mainly: red. Hex color #EF1F9B is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EF1F9B is #10E064. Grayscale: #6B6B6B. Windows color (decimal): -1106021 or 10166255. OLE color: 10166255.

HSL color Cylindrical-coordinate representation of color #EF1F9B: hue angle of 324.23º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #EF1F9B is Cyan = 0, Magento = 0.87, Yellow = 0.35 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 31 155 -
CMYK 0 0.87 0.35 0.06
HSL 324.23º 0.87% 0.53% -
HSV(B) 324.23º 0.87% 0.94% -
XYZ 42 21.7 32.98 -
YUV 107.33 154.91 221.92 -
System Red Green Blue C M Y K H S L
Decimal 239 31 155 0 0.87 0.35 0.06 324.23 0.87 0.53
Hex EF 1F 9B 0 57 23 6 144 57 35
Octal 357 37 233 0 127 43 6 504 127 65
Binary 11101111 11111 10011011 0 1010111 100011 110 101000100 1010111 110101

Color Harmonies of #EF1F9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF1F9B

Black with #EF1F9B

Text Example


Text Example

White with #EF1F9B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF1F9B; }

 p { color: rgb(239,31,155); }

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

background-color css

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

 a { background-color: rgb(239,31,155); }

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

border-color css

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

 span { border-color: rgb(239,31,155); }

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