Html Css Color HEX #EF7F85 Carissma

📋 copy color: '#EF7F85'

red 239 ◦ green 127 ◦ blue 133

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

Shades of Carissma #EF7F85

Tints of Carissma #EF7F85

RGB

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

 GREEN value IS 127 (50% from 255) = 25.45%

 BLUE value IS 133 (52.34% from 255) = 26.65%

R = 47.9%
G = 25.45%
B = 26.65%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.44

 K value IS 0.06

RGB Variations

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

Color information

#EF7F85 (or 0xEF7F85) is known color: Carissma. HEX triplet: EF, 7F and 85. RGB value is (239,127,133). Sum of RGB (Red+Green+Blue) = 239+127+133=499 (66% of max value = 765). Red value is 239 (93.75% from 255 or 47.90% from 499); Green value is 127 (50% from 255 or 25.45% from 499); Blue value is 133 (52.34% from 255 or 26.65% from 499); Max value from RGB is 239 - color contains mainly: red. Hex color #EF7F85 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EF7F85 is #10807A. Grayscale: #A1A1A1. Windows color (decimal): -1081467 or 8749039. OLE color: 8749039.

HSL color Cylindrical-coordinate representation of color #EF7F85: hue angle of 356.79º degrees, saturation: 0.78, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #EF7F85 is Cyan = 0, Magento = 0.47, Yellow = 0.44 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 127 133 -
CMYK 0 0.47 0.44 0.06
HSL 356.79º 0.78% 0.72% -
HSV(B) 356.79º 0.47% 0.94% -
XYZ 47.42 35.22 26.49 -
YUV 161.17 112.11 183.51 -
System Red Green Blue C M Y K H S L
Decimal 239 127 133 0 0.47 0.44 0.06 356.79 0.78 0.72
Hex EF 7F 85 0 2F 2C 6 165 4E 48
Octal 357 177 205 0 57 54 6 545 116 110
Binary 11101111 1111111 10000101 0 101111 101100 110 101100101 1001110 1001000

Color Harmonies of #EF7F85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF7F85

Black with #EF7F85

Text Example


Text Example

White with #EF7F85

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF7F85; }

 p { color: rgb(239,127,133); }

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

background-color css

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

 a { background-color: rgb(239,127,133); }

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

border-color css

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

 span { border-color: rgb(239,127,133); }

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