Html Css Color HEX #ED769B Carissma

📋 copy color: '#ED769B'

red 237 ◦ green 118 ◦ blue 155

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

Shades of Carissma #ED769B

Tints of Carissma #ED769B

RGB

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

 GREEN value IS 118 (46.48% from 255) = 23.14%

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

R = 46.47%
G = 23.14%
B = 30.39%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.35

 K value IS 0.07

RGB Variations

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

Color information

#ED769B (or 0xED769B) is known color: Carissma. HEX triplet: ED, 76 and 9B. RGB value is (237,118,155). Sum of RGB (Red+Green+Blue) = 237+118+155=510 (67% of max value = 765). Red value is 237 (92.97% from 255 or 46.47% from 510); Green value is 118 (46.48% from 255 or 23.14% from 510); Blue value is 155 (60.94% from 255 or 30.39% from 510); Max value from RGB is 237 - color contains mainly: red. Hex color #ED769B is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #ED769B is #128964. Grayscale: #9D9D9D. Windows color (decimal): -1214821 or 10188525. OLE color: 10188525.

HSL color Cylindrical-coordinate representation of color #ED769B: hue angle of 341.34º degrees, saturation: 0.77, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #ED769B is Cyan = 0, Magento = 0.50, Yellow = 0.35 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 118 155 -
CMYK 0 0.50 0.35 0.07
HSL 341.34º 0.77% 0.7% -
HSV(B) 341.34º 0.5% 0.93% -
XYZ 47.32 33.33 34.95 -
YUV 157.8 126.42 184.49 -
System Red Green Blue C M Y K H S L
Decimal 237 118 155 0 0.50 0.35 0.07 341.34 0.77 0.7
Hex ED 76 9B 0 32 23 7 155 4D 46
Octal 355 166 233 0 62 43 7 525 115 106
Binary 11101101 1110110 10011011 0 110010 100011 111 101010101 1001101 1000110

Color Harmonies of #ED769B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED769B

Black with #ED769B

Text Example


Text Example

White with #ED769B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED769B; }

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

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

background-color css

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

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

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

border-color css

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

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

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